0
votes

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

3
Try uninstall -g Cordova and then the install - Aya Abdelaziz
i tried to your way but same errors @AyaAbdelaziz - zaw naing

3 Answers

0
votes

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

0
votes

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.

0
votes

my problem is solved.i uninstall nodejs and remove .npmrc file in C:\Users{user} and then,i reinstall nodejs.This errors is OK.