首页 > 技术文章 > npm ERR! code ENOENT

hellofangfang 2018-10-23 14:56 原文

npm ERR! path F:\VsCodeWorkspace\labWeb\front\LabWebAdminFrontEnd\node_modules\core-js
npm ERR! code ENOENT
npm ERR! errno -4058
npm ERR! syscall access
npm ERR! enoent ENOENT: no such file or directory, access 'F:\VsCodeWorkspace\labWeb\front\LabWebAdminFrontEnd\node_modules\core-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即可恢复

推荐阅读