0

この質問が約 100 回聞かれることは知っていますが、このエラーが発生しています。スクリーンショットを確認してください。

エラー: SyntaxError: Unexpected token < at Object.eval ( http://localhost:3000/node_modules/ng2-bootstrap/components/datepicker/date-formatter.js:2:14 ) at eval ( http://localhost:3000 ) /node_modules/ng2-bootstrap/components/datepicker/date-formatter.js:13:4 ) http://localhost:3000/moment の 評価http://localhost:3000/node_modules/ng2-bootstrap/components/datepicker/ の評価date-formatter.js http://localhost:3000/ node_modules /ng2-bootstrap/components/datepicker/datepicker-inner.js を 評価しています http://localhost:3000/node_modules/ng2-bootstrap/components/datepicker/datepicker を評価しています。 js 評価中http://localhost:3000/node_modules/ng2-bootstrap/components/datepicker/datepicker-popup.js http ://localhost:3000/node_modules/ng2-bootstrap/components/datepicker.js の 評価http ://localhost:3000/node_modules/ng2-bootstrap/components/datepicker.js の評価: 3000/node_modules/ng2-bootstrap/ng2-bootstrap.js http://localhost:3000/app/main.jsの ロード中にエラーが発生しました

システム構成を修正するために提供されているソリューションに従いました

System.config({
        packages: {
          app: {
            format: 'register',
            defaultExtension: 'js'
          },
          'ng2-bootstrap': {
            defaultExtension: 'js'
          }
        },
        map: {
          // place for ng2 modules mapping
          'ng2-bootstrap': 'node_modules/ng2-bootstrap'
        }
});

しかし、この解決策の後、エラーが発生し、ページが読み込まれません...

従うべき手順を知っている人は、私に知らせてください。

4

1 に答える 1