NPM未在cmd上返回任何内容[已关闭]

sq1bmfud  于 2023-01-02  发布在  其他
关注(0)|答案(1)|浏览(99)

编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
十小时前关门了。
Improve this question
I tried installing node.js 6.2.1 from nodejs.org website, and it installed successfully. However, when trying to check the version in CMD it doesn't return anything. I tried the "npm install" command too but it doesn't return anything as well.
希望你能在这件事上帮助我
我希望在输入npm-v时cmd返回3.9.3版本

f87krz0w

f87krz0w1#

节点的非常旧的版本,由于不安全而弃用。
如果你真的需要节点6,然后尝试这个版本:v6.17.1(npm v3.10.10)。我刚刚成功地试用了它们。
如果这仍然不起作用,请张贴npm安装的结果。
我建议你使用节点版本管理器(nvm),你可以从这里安装它:
https://github.com/coreybutler/nvm-windows

相关问题