Typo at Installation page when working with yarn #3008
andreyscott
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when I tried setting up my Next.js app from your website I clicked on the copy Icon which compared the following on my Clipboard
![Uploading github error.PNG…]()
yarn create next-app@latest my-app --typescript --tailwind --eslint
now this throw an error as you can see below.
but when I added a - in between the create and next it worked fine like so
yarn create-next-app@latest my-app --typescript --tailwind --eslint
I am not sure if this is a bug or not so I decided to bring it out to your attention
Beta Was this translation helpful? Give feedback.
All reactions