I have a working app (Ionic 2 Beta 7). I pushed to Github, then git cloned into a different folder.
Ran npm install and ionic state restore. However, ionic serve still produces a blank app.
The only error message in Chrome’s dev tools is
I have read topics here and on Github but haven’t managed to make it work.
Tried bower install & running cmd as admin, nothing.
For the record, everything is on C:\ drive, where Node is installed as well.
are there any errors - typescript or otherwise preventing the build? Perhaps you installed plugins in the original project without the --save flag and it’s erroring out due to a missing pluign?
Yes. With every change to package.json you should run npm install, because otherwise it doesn’t affect anything. I could’ve stated that Good you figured out!
From my experience, the Ionic crew is always trying hard to keep everything up to date. Which is quite hard in these times (of rapid developments). It’ll be okay