-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing with "^4.0.1" vs "4.0.1" #863
Comments
@joshuap This happens because we are using This could be solved in 2 ways:
Ideally, here's how it should be:
That's why we went for the monorepo approach: to be able to create more isolated packages and manage them easily. |
I like it 👍 |
@sbusch99 This should be fixed with |
What are the steps to reproduce this issue?
For node 16.14.2, npm 8.12.1
In package.json
What happens?
What versions are you using?
Operating System: …
Package Version: node 16.14.2, node 8.12.1
Browser Version: …
Comments
If I change to below it works. With ^4.0.1, 4.1.0 is installed
The text was updated successfully, but these errors were encountered: