为什么我在安装 NPM 时遇到语法错误?
我已经安装了 NodeJS v17.5.0,但是当我尝试在命令提示符中使用 npm 语法安装 Angular/cli 时,它显示错误
C:\Users\bjnai>npm install -g @angular/cli
命令的语法不正确。
命令的语法不正确。
命令的语法不正确。
/F此时出乎意料。
I have installed NodeJS v17.5.0 but when I am trying to install angular/cli using npm syntax in command prompt it is showing error
C:\Users\bjnai>npm install -g @angular/cli
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试运行这些命令:
下次最好将错误粘贴到此处,以便我们可以复制它们。
Try running these commands:
Next time better just paste errors here, so we can copy them.