【发布时间】:2022-01-10 09:02:14
【问题描述】:
我昨天在我的电脑上更新了 node.js,它似乎安装得很好。如果我输入 -v 我会得到正确的信息。
node -v
我得到了正确的 v16.13.1 版本号
但是当我尝试输入时
npm -v
我得到了三行
The syntax of the command is incorrect.
The syntax of the command is incorrect.
The syntax of the command is incorrect.
/F was unexpected at this time.
系统信息
Windows 10 Home 64 位,操作系统版本 19043.1348
【问题讨论】:
标签: node.js npm npm-install