我已经安装了Node 5.8.0,但是在使用节点启动时会出现以下错误。新手的任何帮助
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发布于 2016-03-18 11:05:12
这是你做的吗?
npm install typings webpack-dev-server rimraf webpack -g
# install the repo with npm
npm install
# start the server
npm starthttps://stackoverflow.com/questions/36080337
复制相似问题