npm install 时总是报[email protected]安装失败

npm install 时报错

Please report this full log at https://github.com/Medium/phantomjs
npm WARN [email protected] requires a peer of sinon@^2.1.0 but none was installed.


npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.


npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\YGNET\AppData\Roaming\npm-cache\_logs\2017-10-18T06_03_15_868Z-debug.log

解决方法:最后通过以下命令安装成功

npm install [email protected] --ignore-scripts

相关参考资料

http://stackoverflow.com/questions/40992231/failed-at-the-phantomjs-prebuilt2-1-13-install-script-node-install-js



你可能感兴趣的:(vue2)