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

前端 未结 5 1192
悲&欢浪女
悲&欢浪女 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

    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

提交回复
热议问题