Errors in last changes of template "with-tailwind" #485
Unanswered
madmonkey08
asked this question in
Q&A
Replies: 1 comment 1 reply
-
#480 may be the cause. @dnlgrgly any ideas? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, I'm having some troubles with last changes in the "with-tailwind" template, specifically with bun's update. First of all, when I try to run NextJS application, it fails because autoprefixer isn't found, solving this error was easy, I only have to install autoprefixer, but there is another error, now related to expo that I can't see where it is, expo app doesn't find the default features in packages/app, I just execute the command:
npx create-solito-app@latest my-solito-app -t with-tailwind
So that's the initial configuration, it shouldn't fail, I've installed dependencies with bun install. Thank you all for your attention.
Beta Was this translation helpful? Give feedback.
All reactions