由于文件中的错误,eclipse-neon bower-install 无法 运行

eclipse-neon bower-install can't run due to error in the file

我创建了 javascript 项目和 bower.json。添加依赖项后,如下所示让我在项目->bower_components->bootstrap->grunt->change-version.js 文件和查询->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

我假设 eclipse neon 不需要下载 Nodeclipse & Enide 并尝试从头开始练习,这就是发生错误的原因。

在eclipse中练习nodejs前必须安装Nodeclipse & Enide。 我遵循了这个 link 并且工作得很好。 http://www.nodeclipse.org