PatrickJS / NG6-todomvc-starter

Basic example of TodoMVC application written with angular and with use of components
https://angularclass.github.io/NG6-todomvc-starter/
MIT License
136 stars 73 forks source link

Failed to load external module babel-register #14

Open lzj7618937 opened 7 years ago

lzj7618937 commented 7 years ago

when i started with command:gulp watch,some error like this: [23:35:45] Failed to load external module babel-register [23:35:45] Requiring external module babel-core/register [23:35:46] Using gulpfile ~/workspace/github/NG6-todomvc-starter/gulpfile.babel.js [23:35:46] Starting 'serve'... [23:35:46] Finished 'serve' after 274 ms [23:35:46] Starting 'watch'... [23:35:46] Finished 'watch' after 17 μs [BS] Access URLs:

   Local: http://localhost:3000
External: http://192.168.1.12:3000

      UI: http://localhost:3001

UI External: http://192.168.1.12:3001

[BS] Serving files from: src

winnemucca commented 7 years ago

Yeah I am getting the exact same issue. Were you able to resolve it?