@reach/router error
See original GitHub issueI’m getting this error. @reach/router is not even in the package.json - so I’m kind of lost of what to do.
I tried to npm install through github - still same issue.
$ npm install
npm WARN deprecated @types/graphql@14.5.0: This is a stub types definition. graphql provides its own type definitions, so you do not need this installed.
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@reach%2frouter - User not found
npm ERR! 404
npm ERR! 404 '@reach/router@^1.2.1' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'gatsby'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
errorElement v6.6.1 - React Router
When a route does not have an errorElement , errors will bubble up through parent routes. This lets you get as granular or...
Read more >React-Router: No Not Found Route? - Stack Overflow
The problem is /SanFranciscoz is always being handled by the Area page, but I want it to 404. Also, if I add a...
Read more >Error boundary causes React Router links to stop working
When React Router's location changes, the parent functional component will dismiss its error state within the useEffect hook, and it will pass ...
Read more >Handling 404 Routes in React with a Not Found component
... for displaying an imfamous 404 Page Not Found error to the user. ... Inside the <Switch /> component from React Router, we...
Read more >Exploring React Router's data, navigation, and error handling ...
React Router v6.4 also provides flexibility to add errorElement at the root level Route , the same as that of the <SharedRootLayout />...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
At https://pcconsultingasia.com.
First draft. Learning to add Gatsby plugins.
Paul
On Tue, Sep 17, 2019, 10:45 PM Marguerite Roth notifications@github.com wrote:
Also — I’d love to see the site you’re building! @pccunny