-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
jspm --version always prints 'Running against local jspm install.' #1338
Comments
If you had a |
tried from root folder (no node_modules)- still jspm prints "local".
|
Try running a local Node repl with:
You can then see where the local jspm is installed. |
|
@amitport is that the same path as the |
/: |
@amitport @guybedford I see the same behavior: I have installed jspm with
|
@OrKoN actually in your case you also don't seem to have a |
I added log messages here:
outputs P.S. looks like it's liftoff feature or bug |
Argh, sorry I missed reading the full history on this one, apologies for the confusion I got this the wrong way around. I've posted gulpjs/liftoff#60. |
@OrKoN in principle |
( |
@guybedford I am running jspm 0.16.15. I have the following ~/.npmrc:
and my versions are:
This setup is recommended by this guide: https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md |
Accordingly, I have the following in
|
@OrKoN thanks, I tried following those instructions and the guide as well, but |
@amitport What do you have in NODE_PATH? |
@guybedford I think it's not so important issue to be spending any significant amount of time on it. I think the problem is related to the NODE_PATH - i.e. if a dir is in the NODE_PATH it's considered to be local by https://github.com/substack/node-resolve. |
I'll check the NODE_PATH on Sunday (I won't have access to the comp with that issue until then) |
Let me know if you still need help here at all. |
not critical, but the issue persist: |
@amitport just want to clarify that there was no slash between is that the actual output, or was it a typo here on the issue? |
I think it's just a typo (sorry, can't actually check right now since the issue occurred in a computer I won't have access to in the near future) |
no worries! just wanted to make sure, since that would have been an obvious clue to something that shouldn't be happening to the path... |
There is a slash. |
even when the current library is completely empty, using
v0.6.15
The text was updated successfully, but these errors were encountered: