簡體   English   中英

在Webpack Starter中找不到節點模塊

[英]Can't find Node Module in Webpack Starter

我已經安裝了Node 5.8.0,但是在使用node start時出現以下錯誤 新手有幫助嗎?

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

你跑了嗎?

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

# install the repo with npm
npm install

# start the server
npm start

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM