美文网首页
解决Error: ENOENT: no such file or

解决Error: ENOENT: no such file or

作者: rainy66 | 来源:发表于2019-09-25 00:17 被阅读0次

在使用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/_images@3.0.2@images/vendor'
解决的执行方案一下方法:

npm rebuild images

相关文章

网友评论

      本文标题:解决Error: ENOENT: no such file or

      本文链接:https://www.haomeiwen.com/subject/lrzyuctx.html