Skip to content
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

Closed
SteveALee opened this issue Jul 31, 2017 · 7 comments
Closed

Paths with NTFS JUNCTIONS (links) #78

SteveALee opened this issue Jul 31, 2017 · 7 comments

Comments

@SteveALee
Copy link

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.

@satazor
Copy link
Contributor

satazor commented Nov 10, 2017

@SteveALee Sorry for the late response. Could you please add a failing test case so I can fix the issue?

@SteveALee
Copy link
Author

SteveALee commented Nov 10, 2017

Yes - I'll get back to it ASAP

@satazor
Copy link
Contributor

satazor commented Nov 10, 2017

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.

@satazor
Copy link
Contributor

satazor commented Jan 23, 2018

@SteveALee I've landed the changes into master. Do you have the time to look into this?

@SteveALee
Copy link
Author

Sure, but will be at end of the week. Thanks!!!

@SteveALee
Copy link
Author

@satazor I'm unable to reproduce now. Thanks

@satazor
Copy link
Contributor

satazor commented Jan 31, 2018

Wow nice! Will close this then.

@satazor satazor closed this as completed Jan 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants