解决Error: ENOENT: no such file or directory, scandir '/Users/Desktop/Project/node_modules/_images@...

在使用npm安装node-images 的时候,会出现如下的报错:


999000.PNG

主要是因为node-images不支持当时的node的版本,它所支持的版本如下图所示:


000.PNG

可查看其https://github.com/zhangyuanwei/node-images
解决:重新安装回支持的node版本
但是当重新安装适合的node版本,npm install images 时会报如下错误:
ENOENT: no such file or directory, scandir '/Users/Desktop/Project/node_modules/[email protected]@images/vendor'
解决的执行方案一下方法:

npm rebuild images

你可能感兴趣的:(解决Error: ENOENT: no such file or directory, scandir '/Users/Desktop/Project/node_modules/_images@...)