Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
nodeJs命令行截图
根据第三方网站的安装说明,当我尝试更新它时,我的 node.js 命令行显示“安装”未被识别为内部/外部命令。
我需要担心更新 node.js 吗?我即将开始练习,并希望确保程序正常运行。
提前致谢。
如果您尝试从 npm 安装包,那么您需要使用
npm install <package> [options] .
而不是节点安装。