Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Getting Error 404 while running npm install create-react-app

9

First check if is a Proxy Issue.

Try to install the package with another internet connection!

Another causes

Missing repository registry

$ npm set registry https://registry.npmjs.org/

Clean cache

$ npm cache clean
$ npm rebuild
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Getting #Error #running #npm #install
ADD COMMENT
Topic
Name
5+4 =