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

该文章转自:http://www.cnblogs.com/alice626/p/6206722.html

在npm install时总是报如下错误,

尝试单独安装:npm install [email protected] 还是报错

Please report this full log at https://github.com/Medium/phantomjs

npm ERR! Darwin 15.0.0

npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"

npm ERR! node v4.4.3

npm ERR! npm  v3.10.9

npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `node install.js`

npm ERR! Exit status 1

npm ERR!

npm ERR! Failed at the [email protected] install script ‘node install.js

最后通过以下命令安装成功:

npm install [email protected] --ignore-scripts

相关参考资料

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

时间: 2024-12-22 04:57:43

转:npm install 时总是报[email protected]安装失败的相关文章

vue-cli 项目踩坑 npm install 时出错

1.报错如下: 2.此时你执行npm run dev  / npm run build 会报错如下 npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! [email protected] dev: `webpack-dev-server --inline --progress --config build/webpack.dev.conf.js`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the

npm install vue-cli -g 报错

npm 安装vue脚手架报错 报错详情 npm ERR! Unexpected end of JSON input while parsing near '...TuHxXJaknDulF3AdSBoul' npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\xxx\AppData\Roaming\npm-cache\_logs\2019-12-22T03_12_06_342Z-debug.log 最后解决

解决node在ubuntu下npm install canvas不断报错的尴尬

项目中需要用到node中一个验证码的npm包:captchagen,此npm包依赖canvas画布npm包.执行npm install canvas时就会报错,错误代码显示文件编译失败.最终在github问答上找到答案: 问题根源是ubuntu中缺少图形开发库,一一安装上问题解决. sudo apt-get install libcario-dev; sudo apt-get install libjpeg-dev; sudo apt-get install libgif-dev; sudo a

npm ERR! Failed at the [email protected] postinstall script.

npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! [email protected] postinstall: `node scripts/build.js`npm ERR! Exit status 1npm ERR!npm ERR! Failed at the [email protected] postinstall script. node-sass 的数据源没设置 npm config set sass_binary_site=https:

安装npm install时,长时间停留在fetchMetadata: sill 解决方法——换npm的源

安装npm install时,长时间停留在fetchMetadata: sill mapToRegistry uri http://registry.npmjs.org/whatwg-fetch处, 此处需要在对应的URL处下载一些文件,只要网络稳定,一般花不了多长时间 但是,最近两次操作都是长时间停留,在网上找了一些原因,才发现后面的URL地址可以由淘宝的源代替,原来是资源问题导致的 方法如下: 更换成淘宝的源 npm config set registry https://registry.

安装npm install时,长时间停留在fetchMetadata: sill mapToRegistry uri http://registry.npmjs.org/whatwg-fetch处

安装npm install时,长时间停留在fetchMetadata: sill mapToRegistry uri http://registry.npmjs.org/whatwg-fetch处, 此处需要在对应的URL处下载一些文件,只要网络稳定,一般花不了多长时间 但是,最近两次操作都是长时间停留,在网上找了一些原因,才发现后面的URL地址可以由淘宝的源代替,原来是资源问题导致的 方法如下: 更换成淘宝的源 npm config set registry https://registry.

安装npm install时,长时间停留在fetchMetadata的解决方法

安装npm install时,长时间停留在fetchMetadata: sill mapToRegistry uri http://registry.npmjs.org/whatwg-fetch处, 此处需要在对应的URL处下载一些文件,只要网络稳定,一般花不了多长时间 但是,最近两次操作都是长时间停留,在网上找了一些原因,才发现后面的URL地址可以由淘宝的源代替,原来是资源问题导致的 方法如下: 更换成淘宝的源 npm config set registry https://registry.

npm install -g vue-cli 报错

解决发案: 第一步:查看默认全局安装路径.指令:npm config get prefix 复制默认全局安装路径在你的系统显示目录中删除npm文件夹.对于大多数系统显示目录为:/usr/local 第二步:cmd进入到你的项目路径初始化npm就会生成一个package.json文件.指令:npm init -f -f表示force的意思,不加这个,npm会让你输入一堆信息,比如name.version之类,如果只是做做实验小demo,直接-f,npm帮你初始化package.json,并填充各种

Centos7 VNC报[email protected]:1.service:control process exited,code-exited status=98

在一台服务器上安装完centos7后,准备安装vncserver,安装完systemctl start [email protected]:1.service,始终报错: 关闭防火墙和SELinux后,仍然报错,最后通过修改vnc配置文件:type=simple后问题解决