ionic-team / ionic-starter-super

The Ionic 2 Super Starter 🎮
Other
376 stars 142 forks source link

clone #133

Closed web900621 closed 7 years ago

web900621 commented 7 years ago

ionic serve will get this error!

Runtime Error
Uncaught (in promise): Error: Cannot find module '../pages/tutorial/tutorial.module'. Error: Cannot find module '../pages/tutorial/tutorial.module'. at http://localhost:8100/build/main.js:27:9 at t.invoke (http://localhost:8100/build/polyfills.js:3:9283) at Object.onInvoke (http://localhost:8100/build/vendor.js:4508:37) at t.invoke (http://localhost:8100/build/polyfills.js:3:9223) at r.run (http://localhost:8100/build/polyfills.js:3:4452) at http://localhost:8100/build/polyfills.js:3:14076 at t.invokeTask (http://localhost:8100/build/polyfills.js:3:9967) at Object.onInvokeTask (http://localhost:8100/build/vendor.js:4499:37) at t.invokeTask (http://localhost:8100/build/polyfills.js:3:9888) at r.runTask (http://localhost:8100/build/polyfills.js:3:5143)
danielsogl commented 7 years ago

I will take a look!

shiftonetothree commented 7 years ago

@web900621 maybe because you are using cnpm, switch to npm to reinstall,it will be allright ps: https://github.com/ionic-team/ionic/issues/12663

danielsogl commented 7 years ago

I close this issue because I cant reproduce your error.