【发布时间】:2017-05-14 04:10:33
【问题描述】:
我创建了 javascript 项目和 bower.json。添加如下依赖项后,我会在 project->bower_components->bootstrap->grunt->change-version.js 文件和 query->src 文件上打叉:
"dependencies":{
"bootstrap":"~3.3.7"
}
这是第一个问题:
Description Resource Path Location Type
Expected name at 2:1 .eslintrc.json /gruntTest/bower_components/jquery/src line 2 JSON Problem
第二个问题:
Description Resource Path Location Type
Unexpected token ILLEGAL change-version.js /gruntTest/bower_components/bootstrap/grunt line 1 JavaScript Problem
【问题讨论】:
标签: npm-install bower-install eclipse-neon