我创建了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 Problemhttps://stackoverflow.com/questions/41386397
复制相似问题