inflearn logo
강의

Khóa học

Chia sẻ kiến thức

Khái niệm cơ bản về góc và tạo một ứng dụng Việc cần làm đơn giản

Tìm hiểu về module (1)

Uncaught ReferenceError: SystemJS is not defined이 뜹니다

866

didgp23061221

1 câu hỏi đã được viết

4

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>FirstApp</title>
  <base href="/">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <script src="https://unpkg.com/systemjs/dist/system.js"></script>
  <script>
    SystemJS.config({
      baseURL:'/first-app/sec/module',
      transpiler: 'plugin-babel',
      map:{
        'plugin-babel':'https//unpkg.com/systemjs-plugin-babel/plugin-babel.js',
        'systemjs-babel-build':'https//unpkg.com/systemjs-plugin-babel/systemjs-babel-brower.js'
      }
    });
    SystemJS.import('main.js');
  </script>  

</head>
<body>
  <app-root>Loading...</app-root>
</body>
</html>

Angular

Câu trả lời 3

2

wjd4067261

저도 같은 문제가 발생합니다ㅠㅠ 혹시 해결하셨나요??

0

ordinexis

SystemJS 최신버전에선 강의에서 사용된 함수 호출에 문제가 있어 보입니다.
0.21.5 버전을 사용해 보세요.

<script src="https://unpkg.com/systemjs@0.21.5/dist/system.js"></script>

0

ordinexis

SystemJS 최신버전에선 강의에서 사용된 함수 호출에 문제가 있어 보입니다.
0.21.5 버전을 사용해 보세요.

<script src="https://unpkg.com/systemjs@0.21.5/dist/system.js"></script>

0

hp670k

'/f irst-app/sec/module'  -> '/f irst-app/src/module'

오류

0

298

0

item.ts에서 정의할 떄 정의가 안됩니다.

0

294

0

클래스 수업 내용 중 오류 질문

1

728

3

질문이요.

0

341

1

initializeApp 부분에 오류가 납니다.

0

264

1

오류가 납니다

0

216

0

섹션2 FireBase의 petList활용하기에서 에러나네요

0

327

1

{{ one.name }} 이 나오지 않습니다.

0

205

0

Uncaught ReferenceError: SystemJS is not defined

1

560

2

chart.js설치했는데 경로가 없다고 에러가 나요?

0

277

0

4:00

0

234

0

9:12

0

299

2

6:45

0

220

1

2:16 질문

1

471

3

target을 es6로 했는데, 다르게 나옵니다 ㅠ-ㅠ

1

325

1

2:15 어디서 카피할 수 있나요?

1

240

1

플러그인 정보

1

505

3

강의가 누락된 것 같습니다

0

237

1

이클립스로는 못여나요?

0

438

3

다음 페이지 요청

0

204

0

실행은 되는데 SyntaxError가 발생합니다.

0

216

0

todo.components.ts에서 check박스가 center로 맞춰지지 않아요.

0

237

1

저도 main.js를 못찾는다고 나옵니다.

2

303

1

localhost:4200/proj-name/src/module/main.js 를 찾을수없다고 뜹니다.

0

668

6