Skip to content

Instantly share code, notes, and snippets.

@exaland
Created March 13, 2025 11:14
Show Gist options
  • Save exaland/f96f0fefbb64a3db5e7a5160fdf0034c to your computer and use it in GitHub Desktop.
Save exaland/f96f0fefbb64a3db5e7a5160fdf0034c to your computer and use it in GitHub Desktop.
npx tailwindcss init -p npm ERR! could not determine executable to run
Fix with this Command
$ npm install -D tailwindcss@3 postcss autoprefixer
$ npx tailwindcss init -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment