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.
在 Visual Studio 2019 中,我安装了扩展调用NPM Task Runner。
当我运行构建命令时,输出是:
cmd.exe /c npm run build --color=always
我如何将其更改为:
npm run build --color=always
因为当我运行第一个时,我得到一个错误。
如何修复错误或更改命令。
PS:当我npm run build --color=always在控制台中运行这样的命令时,它可以工作。
这解决了我的问题。
工具>选项>项目和解决方案> Web 包管理> 外部 Web 工具
使用向上箭头按钮将$(PATH)条目移动到列表中的第二个位置。
帖子:执行错误版本的nodejs