【发布时间】:2016-08-30 04:21:02
【问题描述】:
我正在尝试使用 TFS 2015 打包一个 Asp.net 5 应用程序,但它一直失败说:
'bower' is not recognized as an internal or external command,
project.json 有这个部分:
"scripts": {
"prepublish": [
"npm install",
"bower install",
"gulp clean",
"gulp min"
]
}
这让我相信 npm install 在安装 bower 之前运行,但 bower 无法正常工作。有什么想法吗?
我正在运行的命令是:
dnu publish --runtime active --no-source -o ./published-site
【问题讨论】:
标签: tfs npm bower tfs-2015 asp.net5