使用“新”构建系统,我想创建一个bower安装步骤。我尝试使用以下命令提示符:
tool: node_modules/.bin/bower.cmd
arguments: install但这会返回此错误:
node_modules/.bin/bower.cmd install
Error message highlight pattern:
Warning message highlight pattern:
##[error]File not found: node_modules/.bin/bower.cmd我在我的npm依赖项和npminstall步骤之前有bower-install命令。
发布于 2015-09-02 14:57:25
在尝试运行命令从bower安装软件包之前,您运行了npm install bower吗?
https://stackoverflow.com/questions/32348497
复制相似问题