Is Next.js 10 supported? #5221
-
I got a 502 error when trying to open this sandbox. It's Next.js 10 + TailwindCSS 2. |
Beta Was this translation helpful? Give feedback.
Answered by
SaraVieira
Dec 4, 2020
Replies: 1 comment 3 replies
-
Hey The issue, in this case, is tailwind 2 as requires node 12 and we default to node 10. You can now change it in the sandbox.config.json Here is an example: We will deploy the docs and announce this feature today or next week |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
lintonye
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey
The issue, in this case, is tailwind 2 as requires node 12 and we default to node 10.
You can now change it in the sandbox.config.json
Here is an example:
https://codesandbox.io/s/friendly-greider-dpk2v?file=/sandbox.config.json
We will deploy the docs and announce this feature today or next week