我正在尝试在独立计算机上安装Angular 2 . 我尝试使用以下步骤在连接到网络的计算机上安装框架:

1)下载quick start from github .

2)cd到quickstart-master目录 .

3)使用npm install .

4)使用npm start .

“Hello Angular”应用程序正在成功运行 .

将quickstart文件夹复制到独立计算机(已安装节点)后,我执行了以下步骤:

1)cd到quickstart目录 .

2)使用npm start .

这次打开Chrome浏览器时,我得到"Loading AppComponent content here..."和 NOT "Hello Angular" .

如何在独立计算机上使用Angular 2?

非常感谢!

编辑:堆栈跟踪:

SyntaxError“错误:(SystemJS)意外的标识符语法错误:区域中的区域(当地主机:3000 / node_modules / zone.js / dist / zone.js:365:26)处的eval(本机)处的意外标识符.run(http:// localhost:3000 / node_modules / zone.js / dist / zone.js:125:43)位于http:// localhost:3000 / node_modules / zone.js / dist / zone.js:760: 57在ZoneDelegate.invokeTask(http:// localhost:3000 / node_modules / zone.js / dist / zone.js:398:31)评估http:// localhost:3000 / systemjs-angular-loader.js加载http时出错: //localhost:3000/systemjs-angular-loader.js从http:// localhost:3000 / main加载http:// localhost:3000 / app / app.module.js为“./app/app.module”时出错.js at new Error()在Error.ZoneAwareError(http:// localhost:3000 / node_modules / zone.js / dist / zone.js:917:33)的addToError(http:// localhost:3000 / node_modules / systemjs) /dist/system.src.js:122:82)位于http:// localhost:3000 / node_modules的linkSetFailed(http:// localhost:3000 / node_modules / systemjs / dist / system.src.js:695:21) / systemjs / DIST / SYSTE在Zone.run(http:// localhost:3000)的ZoneDelegate.invoke(http:// localhost:3000 / node_modules / zone.js / dist / zone.js:365:26)中的m.src.js:495:9 /node_modules/zone.js/dist/zone.js:125:43)在ZoneDelegate.invokeTask的http:// localhost:3000 / node_modules / zone.js / dist / zone.js:760:57(http:// localhost:3000 / node_modules / zone.js / dist / zone.js:398:31)在Zone.runTask(http:// localhost:3000 / node_modules / zone.js / dist / zone.js:165:47)at at drainMicroTaskQueue(http:// localhost:3000 / node_modules / zone.js / dist / zone.js:593:35)at g(http:// localhost:3000 / node_modules / core-js / client / shim.min.js :8:10016)在MutationObserver.h的http:// localhost:3000 / node_modules / core-js / client / shim.min.js:8:10138(http:// localhost:3000 / node_modules / core-js /客户机/ shim.min.js:8:14293)”