marklawlor / nativewind

React Native utility-first universal design system - powered by Tailwind CSS
https://nativewind.dev
MIT License
4.3k stars 233 forks source link

zsh: no matches found: nativewind@^4.0.1 when running npm install nativewind@^4.0.1 react-native-reanimated tailwindcss #876

Open FrenchFryInteractive opened 1 month ago

FrenchFryInteractive commented 1 month ago

Hey, I am trying to install nativeWind, following the guide on https://www.nativewind.dev/v4/getting-started/expo-router but i keep getting this error no matches found: nativewind@^4.0.1

What am I doing wrong here? Or is the version deprecated?

thunderousNinja commented 1 month ago

any update on this? seeing the same issue

maianhvu commented 3 weeks ago

Does adding quotes around "nativewind@^4.0.1" work? Like

npx expo install "nativewind@^4.0.1"
FrenchFryInteractive commented 3 weeks ago

npx expo install nativewind@4.0.27 tailwindcss react-native-reanimated this worked for me.