-
Notifications
You must be signed in to change notification settings - Fork 190
tailwindViewer not working #235
New issue
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
Comments
I don't see the unexpected token bit, but I am getting the same "Cannot use import statement outside a module" error on Nuxt 2.14.12 and @nuxtjs/tailwindcss 3.4.0 |
@ttkoma @shealan @emilsgulbis you are not alone
|
It seems an issue with esm package resolving serverMiddleware. @reslear meanwhile would you please try setting |
#235 (comment) respected @pi0 very thx for fast answering ) sorry but, this option show same errors i cleaned node_modules package-lock and .cache (unjs/jiti#9) more info
exist other solutions or it better wait merging your fast fix #236 ? |
Same here... |
Version
nuxt: 2.14.7
,@nuxtjs/tailwindcss: 3.4.0
Reproduction Link
https://codesandbox.io/s/young-dawn-6s5r5
Steps to reproduce
Install latest
@nuxtjs/tailwindcss
What is Expected?
/_tailwind
to show tailwindViewer pageWhat is actually happening?
Throws error:
Unexpected token {
On local machine:
Cannot use import statement outside a module
The text was updated successfully, but these errors were encountered: