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
With dependencies declared as the following:
"dependencies": { "ember-cli-bugsnag": "Pezmc/ember-cli-bugsnag#v2.0.0", "next-update": "^3.6.0" },
If you run next-update, it changes the package.json file to read:
next-update
"dependencies": { "ember-cli-bugsnag": "github:Pezmc/ember-cli-bugsnag#v2.0.0", "next-update": "^3.6.0" },
Which breaks the build as there's no such version as github:Pezmc/ember-cli-bugsnag#v2.0.0.
github:Pezmc/ember-cli-bugsnag#v2.0.0
I've put together a test repo to demonstrate this here: https://github.com/Pezmc/next-update-error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With dependencies declared as the following:
If you run
next-update
, it changes the package.json file to read:Which breaks the build as there's no such version as
github:Pezmc/ember-cli-bugsnag#v2.0.0
.I've put together a test repo to demonstrate this here: https://github.com/Pezmc/next-update-error
The text was updated successfully, but these errors were encountered: