npm WARN enoent ENOENT: no such file or directory, open 'E:\Program Files\nodejs \package.json' npm时间:2022-12-10 20:55:48在写一个网络爬虫的时候需要安装cheerio ,直接在nodejs安装目录下安装时候,在执行npm install cheerio 时候会遇到下面情况 npm WARN enoent ENOENT: no such file or directory, open 'E:\Program Files\nodejs \package.json' 解决方法是 在命令行切换到安装nodejs文件下的nodejs\node_modules\npm 后执行npm install cheerio