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

[BUG] <ExFat file system installs fail when updating packages> #1201

Closed
Nestoro opened this issue Apr 24, 2020 · 5 comments
Closed

[BUG] <ExFat file system installs fail when updating packages> #1201

Nestoro opened this issue Apr 24, 2020 · 5 comments
Labels
Bug thing that needs fixing

Comments

@Nestoro
Copy link

Nestoro commented Apr 24, 2020

What / Why

When trying to upgrade packages on a exFat formatted drive the install fails.
Same behaviour with audit fix

When

  • everytime i try to run npm i with updated versions in package.json

Where

  • any

How

Current Behavior

npm ERR! code EINVAL
npm ERR! EINVAL: invalid argument, read

Steps to Reproduce

  1. formatting a drive to exFat
  2. opening a node project on that drive
  3. installing a dependency
  4. changing the version of that dependency
  5. execute change with npm i

Expected Behavior

  • that the package gets updated.

Who

  • n/a

References

@darcyclarke darcyclarke added the Bug thing that needs fixing label Oct 30, 2020
@kennethnym
Copy link

npm only has problems with exFAT drives on Linux/Windows. I've never had any problem with them on macOS, which is very weird.

@Namstel
Copy link

Namstel commented Nov 16, 2020

I'm also encountering this issue on Windows 10 and an external SSD drive with the exFAT filesystem.

@Namstel
Copy link

Namstel commented Nov 26, 2020

I've also managed to bypass this issue when using WSL on Windows 10.

@darcyclarke
Copy link
Contributor

npm v6 is no longer in active development; We will continue to push security releases to v6 at our team's discretion as-per our Support Policy.

If your bug is reproducible on v7, please re-file this issue using our new issue template.

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.

@trainspotter-rhld
Copy link

I'm also encountering this issue on Windows 10 and an external SSD drive with the exFAT filesystem.

it works fine on windows, but not on linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing
Projects
None yet
Development

No branches or pull requests

5 participants