-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
copy_packages doesn't work with symlink in install path #113
Comments
@ohmantics I've changed the way |
I'm using
|
@MethodGrab Hmm, I've used |
Hmm, I can't seem to make a test case that can reproduce the problem! |
@ohmantics / @MethodGrab: Please check the latest version of |
The output of npm -g -p ll has elements like:
/Users/alexr/.nvm/v0.6.14/lib/node_modules/npm/node_modules/which:which@1.0.5:/Volumes/Data/Users/alexr/.nvm/v0.6.14/lib/node_modules/npm/node_modules/which
Note that /Users is a symlink to /Volumes/Data/Users. The grep inside the expression for INSTALLS fails to match.
The text was updated successfully, but these errors were encountered: