2016-03-18 78 views
0

從來就安裝節點5.8.0但使用節點開始時,遇到下列錯誤。任何幫助新手找不到節點模塊中的WebPack入門

Error: Cannot find module '/Users/lukashillebrand/Sites/angular2-webpack-starter/start' 
at Function.Module._resolveFilename (module.js:339:15) 
at Function.Module._load (module.js:290:25) 
at Function.Module.runMain (module.js:447:10) 
at startup (node.js:142:18) 
at node.js:939:3 
+1

將錯誤的屏幕截圖直接添加到問題中會更好。添加文本而不是截圖會更好,因爲屏幕截圖中的文本不可搜索。 –

回答

2

你運行過嗎?

npm install typings webpack-dev-server rimraf webpack -g 

# install the repo with npm 
npm install 

# start the server 
npm start 
+0

確定,所以如果我不跑 'NPM安裝分型的WebPack-DEV-服務器rimraf的WebPack -g' 我得到這個錯誤 – benjaminos

+0

還注意到該命令不是'節點start'但'NPM start' – benjaminos

+0

感謝@benjaminos現在的工作! – Lukas