You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm experiencing this behaviour while installing the latest packages (see below).
Not a real issue, it's just a little bit annoying to force on all npm install I do (it complains even when installing other packages at later times), but I just wanted to report this in case nobody was aware yet.
In addition to this, the docs are really confusing, as they state: No need to install anything extra, just: import { ReactLocationDevtools } from '@tanstack/react-location-devtools' which doesn't appear to be the case. This is not a great DX when trying to use this library for this first time.
Describe the bug
Hello, I'm experiencing this behaviour while installing the latest packages (see below).
Not a real issue, it's just a little bit annoying to force on all
npm install
I do (it complains even when installing other packages at later times), but I just wanted to report this in case nobody was aware yet.Thank you for the awesome library by the way!
Your Example Website or App
N/A
Steps to Reproduce the Bug or Issue
Package.json containing:
(I wasn't unable to find a devtool version matching the react-location one)
When I run
npm install
I'm getting these errors:If I run the command with the -f (force) switch, errors turn into warnings, the installation succeeds and I can see the devtools running in the app.
Expected behavior
Installation shouldn't give errors and proceed without the need to force it.
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: