
React学习笔记
学习过程/后续回顾笔记
潇xiao雨未歇
这个作者很懒,什么都没留下…
展开
-
【笔记01】如何从零开始搭建一个React项目
前提:已安装较新版本的Node.js 项目创建步骤: 方式一: - 全局安装create-react-app $ npm install -g create-react-app 安装完成后检查是否安装成功: ```shell $ create-react-app -V - 创建一个新项目 $ create-react-app 项目名 注意:如果想要最新版本react项目的话要重新进行全局安装create-react-app 方式二: - 临时安装 :每次安装都是最新...原创 2022-07-15 17:31:04 · 290 阅读 · 0 评论 -
【React】npm ERR! cb() never called!npm ERR! This is an error with npm itself. Please report this erro
【React】npm ERR! cb() never called!npm ERR! This is an error with npm itself. Please report this error at:npm ERR! npm ERR! A complete log of this run can be found in:原创 2022-07-15 16:44:22 · 3305 阅读 · 0 评论