-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Fix issue with sub folder local references #86
Conversation
@zkat or any one else that has write access to this repo can you re-run the failed test? Looks like Travis-CI had issues nothing to do with the code. |
I'm gonna want to review this with @iarna before merging. |
I'm not really in favor of -- |
To anyone who ends up here from npm/npm#13528 and if you've run across this problem just recently: - this error recently showed up a lot because of a pulled package with a vulnerability. See dominictarr/event-stream#116 for details. |
Is there a workaround for this? This has completely screwed our project right now. |
I'm going to echo others here since this isn't budging. This is a breaking change that is problematic to many developers. Yes, a major version, but just as JS is always backwards compatible, I would imagine the package manager would be as well. I know there are arguments for how this should be done, but for the time being this should be merged to fix the immediate needs of those who are facing the same challenges and cannot upgrade to the latest npm version. |
I would like to vote for this being merged soon please, this has been an issue for my team as well. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm gonna approve this -- tests look ok, and the code is from #40, which has been pending for a while now. Cheers!
db63b89
to
b09bc8c
Compare
Hello, |
Please add this fix in the next release, this is a real issue for my team. Thanks! |
This is using @iarna PR #40 adding tests and rebasing on latest.
fixes: https://npm.community/t/issue-npm-install-with-local-packages-and-symlinks-enoent/518