-
Notifications
You must be signed in to change notification settings - Fork 107
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
Paths with NTFS JUNCTIONS (links) #78
Comments
@SteveALee Sorry for the late response. Could you please add a failing test case so I can fix the issue? |
Yes - I'll get back to it ASAP |
Cool! I will be releasing a major version soon that will:
I was hoping to address this too, but I think we can release a minor afterwards. |
@SteveALee I've landed the changes into master. Do you have the time to look into this? |
Sure, but will be at end of the week. Thanks!!! |
@satazor I'm unable to reproduce now. Thanks |
Wow nice! Will close this then. |
If I pass a file such as
node_modules\foo\index.js
as the 2nd arg to spawn.sync, where foo is a JUNCTION (NTFS link) to another folder then I get the error"The system cannot find the file specified!"
It's obviously not following through the link
This situation occurs when locally developing a package andwanting to run somehting in it.
The text was updated successfully, but these errors were encountered: