当npm install 报错时....(1)
npm WARN enoent ENOENT: no such file or directory, open 'E:\Program Files\nodejs
\package.json'
解决方法是
在命令行切换到安装nodejs文件下的nodejs\node_modules\npm 后执行npm install cheerio
转载自:http://blog.csdn.net/ltg01/article/details/60135489
npm WARN enoent ENOENT: no such file or directory, open 'E:\Program Files\nodejs
\package.json'
解决方法是
在命令行切换到安装nodejs文件下的nodejs\node_modules\npm 后执行npm install cheerio
转载自:http://blog.csdn.net/ltg01/article/details/60135489