我试图通过以下链接修复npm中的SSL问题 receiving error: 'Error: SSL Error: SELF_SIGNED_CERT_IN_CHAIN' while using npm
运行此命令
sudo npm install npm -g --ca =""
之后,我的npm停止工作并返回错误
-bash:/ usr / local / bin / npm:没有这样的文件或目录
请建议......
答案 0 :(得分:0)
听起来你的“-g”损坏了你的npm安装。
建议:重新安装npm。
1)尝试npm cache clean
如果不起作用,请尝试:
2)删除〜/ .npm
中的所有内容3)重新安装npm