npm ERR! code ENOENT

npm ERR! path F:VsCodeWorkspacelabWebfrontLabWebAdminFrontEnd ode_modulescore-js
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall access
npm ERR! enoent ENOENT: no such file or directory, access 'F:VsCodeWorkspacelabWebfrontLabWebAdminFrontEnd ode_modulescore-js'
npm ERR! enoent This is related to npm not being able to find a file.d a file.
npm ERR! enoent

解决方案

删除本地node_modules文件夹,之后再次npm install即可恢复

原文地址:https://www.cnblogs.com/hellofangfang/p/9836639.html