Angular 2 - 404 traceur not found

后端 未结 17 3142
故里飘歌
故里飘歌 2020-12-03 02:34

I\'ve followed the starting guide and expanded a little upon for a previous angular 2 version. I\'ve updated my revision and changed everything accordingly. When I am runnin

17条回答
  •  臣服心动
    2020-12-03 03:18

    At first, you should compile your TypeScript files with

    $ tsc 
    

    command. If you are running application outside the node envirnoment, you should compile TypeScript files manually.

    Also check tsconfig.json - if script version is set as ES6 for Angular 2.0

提交回复
热议问题