-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[BUG] Local package install fails on exFAT partition #1232
Comments
Duplicate of: #1201 |
npm If your bug is preproducible on If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo Closing: This is an automated message. |
What / Why
I'm trying to install a local package like
npm install ../package-name
. This fails when on an exFAT partition with the following stacktrace:exFAT does not support symlinks: https://docs.microsoft.com/en-us/windows/win32/fileio/filesystem-functionality-comparison#functionality
Since exFAT is not the only filesystem without support of symlinks, there should be a fallback. One I could think of is copying files to
node_modules
and watching the directory of the package to be installed for changes.When
Where
I have tested only on Windows, but this should be a problem in all other operating systems.
How
Current Behavior
Steps to Reproduce
Expected Behavior
Who
References
The text was updated successfully, but these errors were encountered: