Ant Design Mobile of React 需到的坑

react

1、创建使用 dva / create-react-app 新创建的空项目是报错

先在D:\IDEAWorkplace\taoyunyouxuan 目录下手动创建文件夹 YouXuanWeiXin

然后从cmd命令:

D:\IDEAWorkplace\taoyunyouxuan>create-react-app YouXuanWeiXin

报错 Could not create a project called "YOUXUAN-WEIXIN" because of npm naming restrictions:

  *  name can no longer contain capital letters

查找资料发现  不支持大写

修改:D:\IDEAWorkplace\taoyunyouxuan>create-react-app youxuanweixin

解决问题。

以上是 Ant Design Mobile of React 需到的坑 的全部内容, 来源链接: utcz.com/z/381263.html

回到顶部