-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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] [DEP0170] DeprecationWarning for git+ssh:// dependencies#tag #7319
Comments
the same error~~ |
Same error for me as well. |
Same error here: |
Where are you seeing this? What command are you running? I can not reproduce this ~/D/n/s/triage $ npm i
added 1 package, and audited 2 packages in 2s
found 0 vulnerabilities
~/D/n/s/triage $ npm pkg get dependencies
{
"@gar/promisify": "git+ssh://[email protected]:wraithgar/gar-promisify.git#main"
} |
Tags make no difference either ~/D/n/s/triage $ npm i
added 1 package, and audited 2 packages in 2s
found 0 vulnerabilities
~/D/n/s/triage $ npm pkg get dependencies
{
"@gar/promisify": "git+ssh://[email protected]:wraithgar/gar-promisify.git#v1.1.3"
} |
same here |
here's a trace...
this is a YARN issue, not an npm issue |
If someone has a reproducible case for this please open a new issue w/ steps on how to reproduce. Adding comments to this issue is not going to help. |
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
DEP0170 is active
I seen issue #6869, but instead of commit hash, i use #tag
Environment
The text was updated successfully, but these errors were encountered: