# What / Why <!-- Describe the request in detail --> > When trying to upgrade packages on a exFat formatted drive the install fails. > Same behaviour with audit fix ## When <!-- Examples * Whenever I press a button * January 1st 2001 @ 12:00pm PST * Every day @ 7:00pm PST * Every 100 milliseconds --> * everytime i try to run npm i with updated versions in `package.json` ## Where <!-- Examples * npm enterprise * npm public registry * npm/<repository> --> * any ## How ### Current Behavior <!-- Describe how it currently works --> ``` npm ERR! code EINVAL npm ERR! EINVAL: invalid argument, read ``` ### Steps to Reproduce <!-- Describe how to produce the issue --> 1. formatting a drive to exFat 1. opening a node project on that drive 1. installing a dependency 1. changing the version of that dependency 1. execute change with `npm i` ### Expected Behavior <!-- Describe how it should work --> * that the package gets updated. ## Who <!-- Examples * @npm/<team> * @<username> --> * n/a ## References <!-- Examples * Related to #0 * Depends on #0 * Blocked by #0 --> * Related to https://npm.community/t/issues-installing-npm-packages/9262/6 * Related to https://github.com/facebook/jest/issues/10150