Could not install from “Files\nodejs\node_modules\npm\node_cache\_npx\14564“ as it does not contain

   日期:2020-09-06     浏览:1000    评论:0    
核心提示:项目场景: npx 执行报错问题描述:学习react时npx执行报错 npm ERR! code ENOLOCALnpm ERR! Could not install from Files\\nodejs\\node_modules\\npm\\node_cache\\_npx\\14564 as it does not contain a package.json file.npm ERR! A complete log of this run can be found in:...

项目场景:

   npx 执行报错

问题描述:

 学习react时npx执行报错

 

 npm ERR! code ENOLOCAL
npm ERR! Could not install from "Files\nodejs\node_modules\npm\node_cache\_npx\14564" as it does not contain a package.json file.

npm ERR! A complete log of this run can be found in:
32Z-debug.log

原因分析:

在网上看了好几个分析,说是node路径带有空格

执行 npm config get cache

得到  D:\Program Files\nodejs\node_modules\npm\node_cache

看到确实是program files 之间有空格

解决方案:

执行:npm config edit

将带空格的路径改写为:D:\Program~1\nodejs\node_modules\npm\node_cache (这是 windows 的一种路径表达方式)

或者直接执行

 npm config set cache "D:\Program~1\nodejs\node_modules\npm\node_cache"--global

 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

推荐图文
推荐资讯中心
点击排行
最新信息
新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服