Hello,
Is there an easy way to upgrade an existing project from its current beta version to the latest beta?
Thanks guys.
Hello,
Is there an easy way to upgrade an existing project from its current beta version to the latest beta?
Thanks guys.
I should’ve looked a bit further. It seems like for now, beta upgrades are done following this way:
Where you need to use npm outdated
and modify your package.json accordingly.
Then you need to run npm update
Hope this helps anyone looking to update.
They could do like Angular and just give a copy of the package.json so we could just npm install LOL.
Look at the starter projects to see how they are setup. Take note of the package and gulp files.