Running npm install returns this:
> postinstall
> nuxt prepare
ERROR Could not load @nuxtjs/tailwindcss. Is it installed? 5:21:29 PM
at loadNuxtModuleInstance (node_modules/@nuxt/kit/dist/index.mjs:743:9)
at installModules (node_modules/@nuxt/kit/dist/index.mjs:580:23)
at async initNuxt (node_modules/nuxt/dist/index.mjs:5387:3)
at async loadNuxt (node_modules/nuxt/dist/index.mjs:5589:5)
at async loadNuxt (node_modules/@nuxt/kit/dist/index.mjs:982:16)
at async Object.run (node_modules/@nuxt/cli/dist/prepare-etx17Cow.mjs:30:16)
at async runCommand (node_modules/@nuxt/cli/node_modules/citty/dist/index.mjs:188:47)
at async runCommand (node_modules/@nuxt/cli/node_modules/citty/dist/index.mjs:185:21)
at async runMain (node_modules/@nuxt/cli/node_modules/citty/dist/index.mjs:285:10)
npm error code 1
npm error path /home/cpustejovsky/development/example-auth-nuxtjs
npm error command failed
npm error command sh -c nuxt prepare
npm error A complete log of this run can be found in: /home/cpustejovsky/.npm/_logs/2026-04-10T21_21_28_251Z-debug-0.log
npm version 11.11.0
node v24.14.1
Let me know if you need any additional details.
Running
npm installreturns this:npm version 11.11.0
node v24.14.1
Let me know if you need any additional details.