-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Fullstack installation fails on macOS with yarn #263
Comments
@brandondrew are you using pnp somehow? It shouldn't be, but maybe you have a global setting? |
I'm pretty sure I'm not. Besides the fact that I don't recall ever installing it, it does not appear to be available on my laptop: brandon@Air ~ % which pnp
pnp not found Do you see something in the original output that implies that |
I see there are
Can you help double-check if there's an |
Another thing to check is to |
There's no |
Thanks for checking, hmm that's interesting... but can you try adding a nodeLinker: node-modules |
I made some fixes to the create cli so it sets some config, which should avoid pnp |
TLDR:
Yarn: 4.5.2
nvm: 0.40.1
macOS: 14.7 (23H124)
zsh: 5.9 (x86_64-apple-darwin23.0)
Template: Fullstack - Drizzle, Postgres, Tamagui, Biome
This should tell the whole story:
I tried again with npm instead of yarn and "Minimal Tamagui" as the template, and didn't have the same problem.
The text was updated successfully, but these errors were encountered: