-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
create-astro
is incompatible with Yarn Berry
#5637
Labels
- P2: has workaround
Bug, but has workaround (priority)
Comments
This works for me.
Are you getting this error if not?
I find |
bluwy
added
the
- P2: nice to have
Not breaking anything but nice to have (priority)
label
Dec 19, 2022
Can confirm that creating an empty
Workaround:
This now works as expected:
|
Princesseuh
added
- P2: has workaround
Bug, but has workaround (priority)
and removed
- P2: nice to have
Not breaking anything but nice to have (priority)
labels
Apr 14, 2023
natemoo-re
added a commit
that referenced
this issue
Aug 10, 2023
natemoo-re
added a commit
that referenced
this issue
Aug 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of
astro
are you using?1.7.1
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
yarn berry
What operating system are you using?
Mac
Describe the Bug
yarn create astro@latest -- --template with-tailwindcss
(yarn -v
=3.3.0
)Problem:
Workaround:
yarn.lock
.yarn install
.yarn dev
and go tohttp://localhost:3000/markdown-page
.Problem:
Workaround:
nodeLinker: node-modules
into.yarnrc.yml
.yarn install
.yarn dev
.Link to Minimal Reproducible Example
N/A
Participation
The text was updated successfully, but these errors were encountered: