pm WARN enoent ENOENT: no such file or directory, open 'E:\Program Files\nodejs \package.json' npm

在写一个网络爬虫的时候需要安装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

猜你喜欢

转载自blog.csdn.net/weixin_42470791/article/details/82954430