Meteor Angular 2 チュートリアルを実行しているところです。ステップ 6 でランダムに '流星の更新' を試みた結果、サンプルがクラッシュしました。更新が機能し、サーバーが起動しています。ただし、ブラウザ画面は空のままになり、コンソールにエラーが表示されます。私は流星に慣れていないので、その理由を理解できませんか?
ブラウザでリロードすると、コンソールに次のエラー メッセージが表示されます。
Uncaught SyntaxError: Unexpected token <
Uncaught (in promise) Uncaught SyntaxError: Unexpected token <
Evaluating http://localhost:3000/client/app.js
Error loading http://localhost:3000/client/app.js
コマンド コンソール出力を更新します。
meteor update
This project is already at Meteor 1.2.1, the latest release.
Changes to your project's package version selections from updating package
versions:
barbatus:angular2 upgraded from 0.6.6 to 0.7.3
barbatus:ng2-compilers upgraded from 0.1.0 to 0.1.1
barbatus:ts-compilers upgraded from 0.1.8 to 0.1.9_5
barbatus:typescript upgraded from 0.1.3 to 0.1.3_3
urigo:angular2-meteor upgraded from 0.2.5 to 0.3.5
流星の再起動:
meteor
=> Started proxy.
=> Started MongoDB.
***** New typings have been added ***** |
typings/angular2/core.d.ts
typings/angular2/common.d.ts
typings/angular2/bootstrap.d.ts
typings/angular2/platform/browser.d.ts
typings/es6-promise/es6-promise.d.ts
typings/es6-shim/es6-shim.d.ts
***** Please re-start your app *****
meteor
=> Started proxy.
=> Started MongoDB.
=> Started your app.
=> App running at: http://localhost:3000/