npx create-tailwind-rn throwing 404 error
See original GitHub issueI’ve installed tailwind-rn and I’m trying to create the styles.json file using npx create-tailwind-rn
but I get this error
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/create-tailwind-rn - Not found
npm ERR! 404
npm ERR! 404 'create-tailwind-rn@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:9
Top Results From Across the Web
tailwind-rn - Bountysource
I've installed tailwind-rn and I'm trying to create the styles.json file using npx create-tailwind-rn but I get this error npm ERR! code E404...
Read more >Why is my Tailwind ract native not changing anything?
I just follow the instructions on the documentation. Install the library run the following command on your terminal. npm install tailwind-rn.
Read more >tailwind-rn - npm
Use Tailwind CSS in React Native projects. Latest version: 4.2.0, ... Start using tailwind-rn in your project by running `npm i tailwind-rn`.
Read more >npx create-react-app could not determine executable to run
I am trying to use npx create-react app but i have errors that is shown below: npm ERR! ... 404 Not Found -...
Read more >how to route unknown path to 404 page react Code Example
Error : Requiring module "node_modules\react-native-reanimated\src\Animated.js", which threw an exception: Error: Reanimated 2 failed to create a worklet, maybe ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@sveisvei
npm install tailwindcss@latest postcss@latest autoprefixer@latest
@chinieer look above I have provided the solution.