我尝试启动Angular2 Webpack起动器 Node v6.3.1NPMv3.10.6
一步步地:
# clone our repo
# --depth 1 removes all but one .git commit history
git clone --depth 1 https://github.com/angularclass/angular2-webpack-starter.git
# change directory to our repo
cd angular2-webpack-starter
# install the repo with npm
npm install当我尝试运行:npm启动命令窗口中的最新行:
webpack: bundle is now VALID.
[default] Checking started in a separate process...
[default] Ok, 6.164 sec.别再发生了,帮帮我
发布于 2016-09-21 13:53:04
我建议(首先)尝试一个更简单的angular2 webpack首发,例如:
https://stackoverflow.com/questions/38931175
复制相似问题