码迷,mamicode.com
首页 > Web开发 > 详细

npm install 报错 phantomjs-prebuilt@2.1.14 install: `node install.js`

时间:2017-07-31 19:55:57      阅读:5681      评论:0      收藏:0      [点我收藏+]

标签:运行   ppi   targe   pts   script   war   use   problem   output   

$ npm install

> phantomjs-prebuilt@2.1.14 install F:\Study\Vue\VueStudy\03\VueTest\node_module s\phantomjs-prebuilt
> node install.js

‘node‘ ????????????????????????е????
?????????????
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules\fse vents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@ 1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"} )

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! phantomjs-prebuilt@2.1.14 install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the phantomjs-prebuilt@2.1.14 install script.
npm ERR! This is probably not a problem with npm. There is likely additional log ging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! E:\Program Files\nodejs\node_cache\_logs\2017-07-31T10_21_57_704Z-d ebug.log

 

初步诊断为包phantomjs-prebuilt@2.1.14 install: `node install.js`下载失败

先运行 npm install phantomjs-prebuilt@2.1.14 --ignore-script 可成功

Add --ignore-scripts option that causes `npm install` to not run preinstall and prepublish scripts

npm install 报错 phantomjs-prebuilt@2.1.14 install: `node install.js`

标签:运行   ppi   targe   pts   script   war   use   problem   output   

原文地址:http://www.cnblogs.com/SandBoat/p/7264935.html

(0)
(3)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!