-1

I try installing "react native web view" but when I run "npm install --save react-native-webview" it takes a lot of time and nothing will happen. And when I try using yarn to install the library I get the following error:

There appears to be trouble with your network connection. Retrying...

I do not have any problem with internet connectivity or proxy! I can run npm install well but I cannot install the library at all. I have tried to increase npm timeout but the related command does not work too. Please help me...

Hardik Virani
  • 1,687
  • 7
  • 23
  • 36
anna
  • 95
  • 3
  • 16

1 Answers1

0

I solved my problem with using these two commands.

npm config rm proxy npm config rm https-proxy

anna
  • 95
  • 3
  • 16