no such file or directory, rename ‘D:myvue06 ode_modulesabel-runtime ode_modulescore-js’ -> ‘D:myvue06 ode_modulesabel-runtime ode_modules.core-js.DELETE’
npm WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
npm ERR! code ENOENT
npm ERR! syscall rename
npm ERR! path D:myvue06
ode_modulesabel-runtime
ode_modulescore-js
npm ERR! dest D:myvue06
ode_modulesabel-runtime
ode_modules.core-js.DELETE
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, rename 'D:myvue06
ode_modulesabel-runtime
ode_modulescore-js' -> 'D:myvue06
ode_modulesabel-runtime
ode_modules.core-js.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! E:
odejs
ode_cache_logs?1-10-29T02_14_54_027Z-debug.log

删除node_module
我初始化好了项目 然后我就删了那些不要的组件 然后我就安装 安装失败 我就把那几个删掉的组件还原回来 再次安装 还是失败。我把node_module删了 安装成功。我觉得很奇怪,于是我又把那几个不要的组件删了 又报错。

在尝试初始化并修改Vue.js项目后,遇到npm安装失败的问题,错误信息显示为'nosuchfileordirectory',涉及core-js的rename操作失败。尝试回滚已删除的组件并重新安装,但问题仍然存在。删除node_modules目录后,安装成功,但再次删除不必要组件时,错误重现。这可能与npm无法找到文件有关。
1631

被折叠的 条评论
为什么被折叠?



