npm ERR! code E404 npm ERR! 404 Not Found: @ionic/[email protected]
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\User\AppData\Roaming\npm-cache_logs\2018-05-10T07_52_51_175Z-debug.log
npm ERR! code E404 npm ERR! 404 Not Found: @ionic/[email protected]
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\User\AppData\Roaming\npm-cache_logs\2018-05-10T07_52_51_175Z-debug.log
That version of Ionic doesn't exist. Try installing from the versions listed here NPM's Websites
Then npm install -g [email protected] for the latest version of ionic
Do you already have an existing version of Ionic?
Try updating your current version or:
sudo npm uninstall -g ionic && sudo npm install ionic
Or:
npm install -g @ionic/[email protected]
As suggested by the other user.