Npm err network 'proxy' config is set properly

iam facing this issue when iam trying to install react-router-dom… i also set registry but again same problem occuring, can anyone help me out

Hello @kollidayakar77 ,
We have recieved your query.
This was a really nice question which you have asked.

Give us a couple of minutes & we will reach out with the solution for your query

Zeba Kainat| TA- Edyoda

1 Like

Okay waiting for your reply

1 Like

Hi @kollidayakar77 ,
you have to use this comment for installing dom in react.
npm i react react-dom

image

1 Like

It’s not working… Iam asking about react router Dom not react Dom. To route the web pages the package we are using react router Dom right, so that was not installing and gives this error(React Routing)

1 Like

@kollidayakar77 ,

Try using this npm command for react router dom.

npm install --save react-router-dom
1 Like

it is still get that error you can see in this attachment


@kollidayakar77 ,

It will function properly. see the attachment. Please check your network connectivity and try

1 Like

That’s a great answer but in my laptop it is giving same error and i have good internet connection as well

npm install -S react-router-dom

try this command

1 Like