Answers for "cannot find module 'autoprefixer' webpack"

1

Error: Cannot find module 'autoprefixer'

Error: Cannot find module 'autoprefixer'

got this error when was working with tailwind  and solved it by running the code below 


npm install tailwindcss postcss autoprefixer
Posted by: Guest on April-19-2021
0

Cannot find module 'autoprefixer'

npm uninstall tailwindcss postcss autoprefixer
npm install tailwindcss@latest postcss@latest autoprefixer@latest

npx tailwindcss init -p

npm uninstall tailwindcss postcss autoprefixer
npm install tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
Posted by: Guest on June-04-2021

Code answers related to "cannot find module 'autoprefixer' webpack"

Browse Popular Code Answers by Language