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

Newest JSPM-git beta fails to install. #45

Open
fluffywaffles opened this issue Jul 1, 2016 · 3 comments
Open

Newest JSPM-git beta fails to install. #45

fluffywaffles opened this issue Jul 1, 2016 · 3 comments
Labels

Comments

@fluffywaffles
Copy link

fluffywaffles commented Jul 1, 2016

OS: Ubuntu 16.04 x64
JSPM version: 0.17.0-beta.22
NPM version: 3.8.9
JSPM-git version I tried to install: jspm-git@beta (0.5.0-beta.3)

Following the steps in the README, I did:

$ npm i -g jspm-git@beta
$ jspm registry create bitbucket jspm-git

The following error occurs:

err  Registry handler jspm-git not installed.
@fluffywaffles fluffywaffles changed the title Newest JSPM and JSPM-git beta installation fails to work correctly. Newest JSPM-git beta fails to install. Jul 1, 2016
@subesokun
Copy link
Contributor

Hi @skorlir, is jspm installed locally in your project? If so then you've to install jspm-git also locally along with jspm. I.e. if jspm is listed as a dependency of your package.json, then jspm-git has to be listed too, see https://github.com/Orbs/jspm-git#troubleshooting

Let me know if that helps.

@fluffywaffles
Copy link
Author

That was the issue. I did not realize that global jspm + global jspm-git + local jspm, seeing as it contains in it an otherwise "valid" combination, would not work. Perhaps it could be stated on the README, "if you have a local jspm, you must have a local jspm-git, even if you have the two installed globally."

Thanks!

@tauren
Copy link
Contributor

tauren commented Nov 13, 2016

@skorlir Any chance you could update the README and submit a PR?

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

No branches or pull requests

3 participants