【发布时间】:2016-12-20 05:56:40
【问题描述】:
我尝试开始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.0.0:3000或localhost:3000
-
是的。东西打开了。但它看起来像坏了。重定向到localhost:3000/%3C%=%20webpackConfig.metadata.baseUrl%20%%3E#
标签: javascript node.js angular webpack