0
votes

Failed to compile ./src/index.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-4-1!./node_modules/postcss-loader/src??postcss!./src/index.css) Error: Cannot find module 'autoprefixer'

1
Please search your error before askingmplungjan
try running npm install first?Nishant

1 Answers

0
votes
cd node_modeuls/postcss-loader // you need check the correct library name from the error
npm i autoprefixe
cd ../../
npm start