We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The template is for ts-tailwindcss
ts-tailwindcss
The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
The text was updated successfully, but these errors were encountered:
I got it for the js template too. Fix is to add "type": "module", to package.json.
js
"type": "module",
package.json
Sorry, something went wrong.
mv vite.config.js or vite.config.ts to vite.config.mjs or vite.config.mts
vite.config.js
vite.config.ts
vite.config.mjs
vite.config.mts
No branches or pull requests
The template is for
ts-tailwindcss
The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
The text was updated successfully, but these errors were encountered: