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

Adds github: to packages versions from github, breaking build #139

Open
Pezmc opened this issue Apr 27, 2018 · 0 comments
Open

Adds github: to packages versions from github, breaking build #139

Pezmc opened this issue Apr 27, 2018 · 0 comments

Comments

@Pezmc
Copy link

Pezmc commented Apr 27, 2018

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:

  "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.

I've put together a test repo to demonstrate this here: https://github.com/Pezmc/next-update-error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant