Upon trying to remove the node_modules directory created by npm install:
npm install
The source file name(s) are larger than is su
On Windows my go to solution is using the rmdir command:
rd /S .\node_modules\
If it fails the first time -- try one more time. Also check if you have running scripts currently using the modules (npm run serve or similar).
npm run serve