DEV Community

Discussion on: Setup Tailwind CSS in 20 seconds without node_modules

Collapse
 
travislaborde profile image
travislaborde

hello, thanks for this post. I really want to try it out but it fails at the very start. when I use:

npx tailwindcss build tailwind.css -o style.css

I get the following failure:
npx: installed 80 in 4.169s
Cannot find module 'autoprefixer'

any ideas? thanks!