Cannot find module 'autoprefixer' when running npx tailwindcss init -p command Cannot find module 'autoprefixer' when running npx tailwindcss init -p command vue.js vue.js

Cannot find module 'autoprefixer' when running npx tailwindcss init -p command


Run:

npx tailwindcss-cli@latest init -p


Please uninstall run this command:

npm uninstall tailwindcss postcss autoprefixer

After this module is uninstall, please run this command:

npm install tailwindcss@latest postcss@latest autoprefixer@latest


I had the same problem when I ran the command with node version 14.15.0.Apparently using node 15.5 solved it for me. I think there's a problem with npm or something.enter image description here

enter image description here