• 关于——This is probably not a problem with npm. There is likely additional logging output above.——的解决方法


    在npm的安装时,npm install 出现了This is probably not a problem with npm. There is likely additional logging output above.错误!

    如下图:

    额外的日志输出错误!!!在网上百度了一般的解决方法,适用于大部分报此类错误的方法如下:

    由于npm install之后,会记录信息,把之前装的删除

    • rm -rf node_modules
    • rm package-lock.json
    • npm cache clear --force
    • npm install

    尝试了许多次,更换head-master版本重新npm install结果都会卡在node install.js,最后选择了忽略部分依赖成功解决,代码如下:

    nmp install --ignore scripts

    npm install

  • 相关阅读:
    three.js-sun-lensflare
    three.js-Raycaster
    three.js-shadow
    three.js-core
    three.js-Basic-Expand
    Three.js Basic
    md5加密
    密码验证正则表达式
    启动线程开启信的线程
    获取WINDOW.OPEN url js中的get取值
  • 原文地址:https://www.cnblogs.com/afeiiii/p/13492525.html
Copyright © 2020-2023  润新知