npx create-react-app my-app 安装报错

问题简述

 根据react文档上安装命令行npx create-react-app my-app,但是出现报错信息。信息如下

dell@dell-PC MINGW64 /e/demo
$ npx create-react-app my-app
npm ERR! code ENOLOCAL
npm ERR! Could not install from "Files\nodejs\node_cache\_npx\17244" as it doesnot contain a package.json file.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Program Files\nodejs\node_cache\_logs\2018-10-24T06_13_21_695Z-debug.log
安装 prefix@latest 失败,错误代码:1
npm ERR! code ENOLOCAL
npm ERR! Could not install from "Files\nodejs\node_cache\_npx\15084" as it doesnot contain a package.json file.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Program Files\nodejs\node_cache\_logs\2018-10-24T06_13_23_624Z-debug.log
安装 create-react-app@latest 失败,错误代码:1

解决方法
  • 改成全局安装即可
npm install -g create-react-app 
create-react-app myApp
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

  • Android 自定义View的各种姿势1 Activity的显示之ViewRootImpl详解 Activity...
    passiontim阅读 178,001评论 25 709
  • 用两张图告诉你,为什么你的 App 会卡顿? - Android - 掘金 Cover 有什么料? 从这篇文章中你...
    hw1212阅读 13,716评论 2 59
  • 【1219打卡话题】 今天的文章《本周经典回顾——你最喜欢哪一篇,本周有什么新感悟吗?》 你有什么感悟? 恨时间 ...
    石三英语阅读 344评论 0 1
  • 写作,绝对是打开记忆大门的一把钥匙,一旦开启就发现进到了另外一个时空里。 大黑绝对算是一只俊俏的猫,头上黑色的毛刚...
    阿荻阅读 387评论 0 1
  • 看书。看到“普通班和重点班”这些字眼突然想起以前高中考试的时候… 分完重点班和普通班后的第一次考试,我们班的学生几...
    草洛姑娘阅读 252评论 3 1

友情链接更多精彩内容