nodejs

Error: EPERM: operation not permitted, symlink

Error: EPERM: operation not permitted is a short technical note outlining the basic approach and applicable steps regarding symlinking.

If you receive an error like the one below while doing npm install on the fat32 file system in the Linux operating system, you can solve the problem by running the npm config set bin-links false command.

[Error: EPERM: operation not permitted, symlink '../@babel/parser/bin/babel-parser.js' -> '.../node_modules/.bin/parser'] { ...