This is errors This is the error's that i'm getting while typing npm install -g create-react-app, robofriend is the name of my app that i'm suppose to create And Thanx for your help in advance
Asked
Active
Viewed 51 times
-3
-
Looks like you've set a proxy for npm (proxy.company.com) that is not reachable from your current network – Phil Nov 16 '20 at 05:09
-
so which proxy i have to set – Rahul Pratap Singh Nov 16 '20 at 05:10
-
Does this answer your question? [How to clear https proxy setting of NPM?](https://stackoverflow.com/questions/21228995/how-to-clear-https-proxy-setting-of-npm) – Phil Nov 16 '20 at 05:12
-
[Please do not upload images of code/errors when asking a question.](//meta.stackoverflow.com/q/285551) – The Grand J Nov 16 '20 at 05:12
-
If that work then Yes! – Rahul Pratap Singh Nov 16 '20 at 05:15
1 Answers
0
Go to directory from project file and write:
npm install -g create-react-app project_name
Or:
npx create-react-app project_name

gil-son
- 11
- 2
-
npm install -g create-react-app not working giving me a network error – Rahul Pratap Singh Nov 16 '20 at 05:39