我尝试启动Angular2 Webpack Starter 节点v6.3.1 NPM v3.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 start 命令窗口中的最新行:
webpack: bundle is now VALID.
[default] Checking started in a separate process...
[default] Ok, 6.164 sec.
没有其他事情发生,请帮助我
答案 0 :(得分:0)
我建议尝试(首先)更简单的angular2 webpack启动器,例如: