Vue | npm install报错 npm ERR! enoent ENOENT: no such file or directory

在使用vue脚手架中,关于npm install 踩的一个坑

bug如图:

额,图忘记截了,sorry

看字:

npm ERR! enoent ENOENT: no such file or directory, access ‘×××××××××××××××××××××'

npm ERR! enoent This is related to npm not being able to find a file.

npm ERR! enoent

大致意思是,你的依赖包,即node_modules里某一个依赖突然找不到了,当然这个找不到是程序没找到,实际上可能ls一下发现明明是存在的。

先说说解决办法:以文件夹的形式打开工程目录,然后选中依赖包,强制删除。

如图


Vue | npm install报错 npm ERR! enoent ENOENT: no such file or directory_第1张图片

然后在终端里,重新执行 npm install,就解决了这个问题。

至于为什么会突然出现这样的问题,我暂时还没想明白。

有些问题,想不明白,心里难受,想明白了,心里苦。

你可能感兴趣的:(Vue | npm install报错 npm ERR! enoent ENOENT: no such file or directory)