npm安装问题

时间:2018-03-19 09:08:37

标签: node.js

有人可以帮助解决以下错误

npm install nightwatch --save 
ERR! code EPROTO 
npm ERR! errno EPROTO 
npm ERR! request to https://registry.npmjs.org/nightwatch failed, reason: write 
EPROTO 101057795:error:14077419:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert access denied:openssl\ssl\s23_clnt.c:802: 
npm ERR!

2 个答案:

答案 0 :(得分:0)

你最后不需要那个npm吗?我从未见过这种模式。

答案 1 :(得分:0)

使用npm install nightwatch --save npm而不是为您的npm安装运行npm install nightwatch --save。这应该可以解决你的问题