You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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."
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:
The following error occurs:
The text was updated successfully, but these errors were encountered: