Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧐[问题]执行 npx create-umi myapp 为啥不是umi4? #9940

Closed
maqinghao opened this issue Jun 22, 2022 · 3 comments
Closed

🧐[问题]执行 npx create-umi myapp 为啥不是umi4? #9940

maqinghao opened this issue Jun 22, 2022 · 3 comments

Comments

@maqinghao
Copy link

maqinghao commented Jun 22, 2022

🧐 问题描述

执行 npx create-umi myapp

大家都是umi4

💻 示例代码

🚑 其他信息

截屏2022-06-23 00 30 08

应该是下边的才对,是有缓存吗?还是?
截屏2022-06-23 00 35 20

@dgsfor
Copy link

dgsfor commented Jun 23, 2022

使用如下命令来创建老的项目:
1.yarn create umi@0.27.0 umi3-app
#上面这个会报错命令不存在,然后运行这两行就可以了(cmd路径改一下)
2.yarn add create-umi@0.27.0
3.create-umi.cmd myapp2

@maqinghao
Copy link
Author

使用如下命令来创建老的项目: 1.yarn create umi@0.27.0 umi3-app #上面这个会报错命令不存在,然后运行这两行就可以了(cmd路径改一下) 2.yarn add create-umi@0.27.0 3.create-umi.cmd myapp2

我不是要装老的项目,我是想装新的项目,使用umi/max

@chenshuai2144
Copy link
Collaborator

look #9958

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants