Trying to install mathjs
using npm but encountering an error:
npm install mathjs
The error message received is as follows:
npm WARN tar TAR_ENTRY_ERROR UNKNOWN: unknown error, write
npm WARN tar TAR_ENTRY_ERROR UNKNOWN: unknown error, write
npm WARN tar TAR_ENTRY_ERROR EBADF: bad file descriptor, write
...
npm ERR! code EBADF
npm ERR! syscall write
npm ERR! errno -4083
npm ERR! EBADF: bad file descriptor, write
Tried researching npm ERR! with no luck.
Working on Windows 11 with Node.js v20.3.0.
Issue occurs during NPM install on a google drive (locally G:
) but not on the C:
drive. Global installs seem to work fine.
Any insights or advice appreciated.