npm ERR! 404 Not Found - GET https://registry.npmjs.org/error-ex

前端 未结 5 1167
悲&欢浪女
悲&欢浪女 2020-12-20 12:59

I am trying to install npm package dependencies in to my angular application and i am getting this error. Any help to fix this?

npm ERR! code E404
npm ERR! 4         


        
相关标签:
5条回答
  • 2020-12-20 13:31

    Try configuring npm using this npm config set registry https://skimdb.npmjs.com/registry

    0 讨论(0)
  • 2020-12-20 13:31

    Some time your other packages may not compatible with the package that you are going to install via npm

    uninstall and reinstall latest Node

    that having latest NPM version

    0 讨论(0)
  • 2020-12-20 13:35

    There might be another reason for this issue, kindly check your npm registry config whether it is http://registry.npmjs.org/ and not http://registry.npmjs.org or https://registry.npmjs.org/

    0 讨论(0)
  • 2020-12-20 13:44

    This should work now. They have fixed it. I have tried it now and working

    0 讨论(0)
  • 2020-12-20 13:46

    As you can see on https://status.npmjs.org, 4 packages are down at this moment.

    They've fixed the issue but we need to wait for CDN world propagation.

    Don't update your packages or install new one to fix this.

    EDIT: not working yet in Europe at 14:34 UTC

    0 讨论(0)
提交回复
热议问题