03 2019 档案

react创建项目遇到create-react-app: command not found
摘要:在mac系统下,react用create-react-app my-app(my-app是你新建项目的名字)创建项目时,出现:-bash: create-react-app: command not found 此时用npm init react-app my-app命令即可。 后面附上GitHub 阅读全文

posted @ 2019-03-27 16:39 行者yang 阅读(4403) 评论(0) 推荐(0)

导航