-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
.npmrc prefix override nvm #606
Comments
I don't believe this is an |
I asked @SeeThruHead to file this - the problem as I see it is that I'm not sure how to handle this, but at the least, |
Noting from #427 that the env var |
Maybe detect the nvm config setting upon installation and issue a stern warning? |
I'm considering making |
sure, just do a |
Also |
Ugh. Until this is patched, you might want to put a note in the README … I have no idea where my |
Good idea - I'll get to one or the other hopefully in the next few weeks, but a README PR is welcome in the meantime. |
README: Add note about `~/.npmrc` compatibility issues. Relates to #606.
Can this be closed since 7ea15a7? |
I'm leaving it open until |
Now Reopening, however, because I forgot about |
Would be nice if this prefix thing could be omitted somehow through |
@leomoreno in what way? The whole concept of PREFIX is incompatible with nvm. |
If the suggested fix is to May be I'm misunderstanding and should not I was just thinking in something that let you |
@elmorenocivitas |
@ljharb for some reason it's necessary all the times here. Thanks for the fast answer! |
Since markdown-link-check hasn't support relative links, to make the test passed, move this link to use absolute URL so that we can introduce the new test. cc tcort/markdown-link-check#10
I followed this comment to solve my issue. |
Since markdown-link-check hasn't support relative links, to make the test passed, move this link to use absolute URL so that we can introduce the new test. cc tcort/markdown-link-check#10
symptoms, npm install -g npm installs npm to the wrong directory
overridden by .npmrc
removing "prefix=~/.node" from npmrc fixes the issue
osx ver: osx 10.10.1
zsh ver: zsh 5.0.5 (x86_64-apple-darwin14.0)
.npmrc:
prefix=~/.node
The text was updated successfully, but these errors were encountered: