[BUG] <ExFat file system installs fail when updating packages> #1201
Closed
Description
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
- formatting a drive to exFat
- opening a node project on that drive
- installing a dependency
- changing the version of that dependency
- execute change with
npm i
Expected Behavior
- that the package gets updated.
Who
- n/a