When the error is reported that the Navigator in the react-native package has been removed

Go to someone else's blog

When I found that npm reported an error, I used a solution to go
to a short book
~~~
npm cache verify
npm cache clean
npm cache clean --force
npm i -g npm
grep -ir "sha1-xxxxxxxxxxxxxxxx" ~/.npm

~~~

Related Posts