Upon trying to remove the node_modules directory created by npm install:
npm install
The source file name(s) are larger than is su
What worked for me was:
then delete the node_modules
npm install rimraf -g rimraf node_modules