Olá colegas,
Acompanhei a primeira aula do curso Angular 2, baixei o projeto da aula como recomendado. Mas após fazer todas as alterações e etc, o html não carrega corretamente alguns módulos, chequei o console do navegador e ele exibiu as seguintes informações de erro:
GET file:///home/tsuu/.cache/.fr-ZK83ga/alurapic/client/node_modules/bootstrap/dist/css/bootstrap.min.css net::ERR_FILE_NOT_FOUND
index.html:10
GET file:///home/tsuu/.cache/.fr-ZK83ga/alurapic/client/node_modules/bootstrap/dist/css/bootstrap-theme.min.css net::ERR_FILE_NOT_FOUND
index.html:12
GET file:///home/tsuu/.cache/.fr-ZK83ga/alurapic/client/node_modules/core-js/client/shim.min.js net::ERR_FILE_NOT_FOUND
index.html:14
GET file:///home/tsuu/.cache/.fr-ZK83ga/alurapic/client/node_modules/zone.js/dist/zone.js net::ERR_FILE_NOT_FOUND
index.html:15
GET file:///home/tsuu/.cache/.fr-ZK83ga/alurapic/client/node_modules/reflect-metadata/Reflect.js net::ERR_FILE_NOT_FOUND
index.html:16
GET file:///home/tsuu/.cache/.fr-ZK83ga/alurapic/client/node_modules/systemjs/dist/system.src.js net::ERR_FILE_NOT_FOUND
index.html:18
GET file:///home/tsuu/.cache/.fr-ZK83ga/alurapic/client/systemjs.config.js net::ERR_FILE_NOT_FOUND
index.html:20 Uncaught ReferenceError: System is not defined(…)
Alguém consegue me guiar para resolver estes problemas?
Muito obrigado!