-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[BUG] npm 8 installs the wrong dependency. #3973
Comments
could it be related to #708 ? |
Doubt it. My issue was I ran |
Npm install with git+ssh dependencies is kind of horribly broken and I cant think of any good solution other then rage downgrading to |
@Raynos This is still definitely a bug, but my team encountered this as well. The issue seems to be related to We were able to get it to update that record by directly calling |
same issue ,and i try delete package-lock.json it will only success at first time
|
We are also seeing this so for the now we wrote a |
The way to install new versions of dependencies that are referenced by git tag is with |
That's absolutely horrible. When i install a dependency I run When any of my coworkers install the dependency they run Forcing my coworkers to loop over every expression in the |
In all fairness i have worked around this and started doing |
I agree; I would expect a bare |
I got to the repo and run |
Is there an existing issue for this?
Current Behavior
when I run npm install it installs the wrong version.
Expected Behavior
I expected it to install the correct version.
Steps To Reproduce
Use git dependencies with
github:
and tags. It installed v1.2.5 when it clearly wanted v1.2.7.Or more specifically, it did not update v1.2.5 to v1.2.7 when I installed a new verison of
_base
Environment
The text was updated successfully, but these errors were encountered: