@Rodriguez wrote:
Hi!
I recently tried to update a few packages and then started to have huge problems building my project no matter what versions I use.The following error appears in one form or another, sometimes with other Ionic packages:
npm install
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@ionic%2Flab - User not found
npm ERR! 404
npm ERR! 404 ‘@ionic/lab@2.0.7’ is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of ‘StarterAppPro’
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\fhu\AppData\Roaming\npm-cache_logs\2019-10-08T15_21_32_159Z-debug.logI tried all the different solutions I found over the net but not a single one has helped:
- npm config set registry https://registry.npmjs.org/
- npm cache clean -f
- Deleting the
node_modules
folder- Deleting
package-lock.json
- Re-Installing Node 10.16.3
- Using Node 12.11.1
- Installing Node with the official installer
- Installing Node with NVM for Windows
- Installing Node with Chocolatery
- Using various different networks (Home, Corporate, Mobile)
Nothing seems to help at all…
Even Just trying to run “npm install -g ionic” results in a similar error:
npm WARN deprecated superagent@4.1.0: Please note that v5.0.1+ of superagent removes User-Agent header by default, therefore you may need to add it yourself (e.g. GitHub blocks requests without a User-Agent header). This notice will go away with v5.0.2+ once it is re
leased.
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@ionic%2Fcli-framework - User not found
npm ERR! 404
npm ERR! 404 ‘@ionic/cli-framework@2.1.7’ is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of ‘ionic’
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\fhu\AppData\Roaming\npm-cache_logs\2019-10-08T15_35_21_807Z-debug.logI really dont know what I can do now, I cant work on my project any more.
Posts: 1
Participants: 1