Closed mcfiredrill closed 3 years ago
Got this error following the steps on a brand new ember app.
$ npx tailwind init app/tailwind/config.js Cannot find module 'autoprefixer' Require stack: - /home/tony/src/myproject/node_modules/tailwindcss/lib/cli/commands/build.js - /home/tony/src/myproject/node_modules/tailwindcss/lib/cli/commands/index.js - /home/tony/src/myproject/node_modules/tailwindcss/lib/cli/main.js - /home/tony/src/myproject/node_modules/tailwindcss/lib/cli.js
Fixed it:
yarn add -D autoprefixer
Got this error following the steps on a brand new ember app.