Skip to content
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] gitlab: git shorthand broken in 7.7.0/7.7.1 #2939

Closed
feelepxyz opened this issue Mar 24, 2021 · 2 comments
Closed

[BUG] gitlab: git shorthand broken in 7.7.0/7.7.1 #2939

feelepxyz opened this issue Mar 24, 2021 · 2 comments
Assignees
Labels
Bug thing that needs fixing Release 7.x work is associated with a specific npm 7 release

Comments

@feelepxyz
Copy link
Contributor

Current Behavior:

Running npm install gitlab:kornelski/babel-preset-php with npm@7.7.0/7.7.1 fails with:

Wrong spec type (git) for RemoteFetcher. Supported types: remote

Expected Behavior:

Running npm install gitlab:kornelski/babel-preset-php with npm@7.7.0 + succeeds with:

added 4 packages, removed 1 package, and audited 5 packages in 4s

This works if you install 7.6.3: npm install -g npm@7.6.3

Steps To Reproduce:

  • npm install -g npm@7.7.1
  • npm install gitlab:kornelski/babel-preset-php

Environment:

  • OS: MacOS Mojave
  • Node: v15.6.0
  • npm: 7.7.1
@feelepxyz feelepxyz added Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release labels Mar 24, 2021
@nlf nlf removed the Needs Triage needs review for next steps label Mar 24, 2021
@nlf nlf self-assigned this Mar 24, 2021
@nlf
Copy link
Contributor

nlf commented Mar 24, 2021

confirmed! fixed in hosted-git-info and will be in the next release coming out shortly

@nlf
Copy link
Contributor

nlf commented Mar 24, 2021

this should be fixed in 7.7.2, which was just published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Release 7.x work is associated with a specific npm 7 release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants