I am working on Windows, using NodeJS method, firstly, I found difficulty in making node_modules folder even after writing “npm install” command. Secondly, there is a list of errors if I install any of the npm packages. Similarly, I installed express through command “npm install express” and this is what I got.
npm WARN tar TAR_ENTRY_ERROR UNKNOWN: unknown error, write
npm WARN tar TAR_ENTRY_ERROR EBADF: bad file descriptor, 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
Kindly assist me in resolving these issues!



