2016-12-29 64 views
0

我創建了JavaScript項目和bower.json。添加依賴如下後使我對項目 - > bower_components-> bootstrap-> grunt-紅色的叉叉>變化version.js文件和查詢 - > SRC文件:eclipse-neon bower-install由於文件中的錯誤而無法運行

"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 

回答

0

我認爲日食霓虹燈不需要下載Nodeclipse &艾德並嘗試從頭開始練習,發生原因錯誤。

Nodeclipse &在eclipse中練習nodejs之前必須安裝Enide。 我跟着這個鏈接,工作得很好。 http://www.nodeclipse.org

相關問題