我试图在Visual 2013 (更新5)和Grunt一起使用Bower,使用任务运行器资源管理器。我以前自己使用过Bower,所以整个设置看起来相当简单。
但是,当使用以下bower.json时
{
"name": "sample",
"private": true,
"dependencies": {
"jquery-validation-unobtrusive": "*"
}
}我收到以下错误,请注意,意外标记似乎是空的(这不是复制粘贴问题):
Executing
bower EMALFORMED Failed to read C:\Directory\bower.json
Additional error details:
Unexpected tokenJSON似乎是有效的,问题是什么?
https://stackoverflow.com/questions/37005761
复制相似问题