We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running npm install gitlab:kornelski/babel-preset-php with [email protected]/7.7.1 fails with:
npm install gitlab:kornelski/babel-preset-php
Wrong spec type (git) for RemoteFetcher. Supported types: remote
Running npm install gitlab:kornelski/babel-preset-php with [email protected] + 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 [email protected]
npm install -g [email protected]
The text was updated successfully, but these errors were encountered:
confirmed! fixed in hosted-git-info and will be in the next release coming out shortly
Sorry, something went wrong.
this should be fixed in 7.7.2, which was just published
nlf
Successfully merging a pull request may close this issue.
Current Behavior:
Running
npm install gitlab:kornelski/babel-preset-php
with [email protected]/7.7.1 fails with:Expected Behavior:
Running
npm install gitlab:kornelski/babel-preset-php
with [email protected] + succeeds with:This works if you install 7.6.3:
npm install -g [email protected]
Steps To Reproduce:
npm install -g [email protected]
npm install gitlab:kornelski/babel-preset-php
Environment:
The text was updated successfully, but these errors were encountered: