-
-
Notifications
You must be signed in to change notification settings - Fork 578
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
Does Million not support Node v23? #1167
Comments
Thanks for opening this issue! A maintainer will review it soon. |
I have the same issue for:
|
+1
Running on Macbook Pro M3 Max |
same here. does not work with node |
+1
|
Thanks @aidenybai for your hard work, big fan of your Twitter! Just flagging for you since I'm seeing this as well with the latest deps:
|
+1 for
Updating to next v15.2.0-canary.33 helped resolve build issues, but the VSCode extension doesn't detect the dev server |
Hi everyone 🙌🏻If you’re getting this error:
it’s because Turbopack doesn’t play well with @million/lint. ✅ Quick Fix: Add a Separate Dev ScriptInstead of disabling Turbopack entirely, just add this to your package.json:
Now, run:
Hope this helps! 🚀 |
I am not 100% certain, but either since I have updated Node and/or updated Million, my Next.js app is not running with Million anymore. Running the server throws this error
Error evaluating Node.js code TypeError: 'process.env' only accepts a configurable, writable, and enumerable data descriptor
Usually, this indicates a problem with the Node version, right?
Thanks!
Version List
node v23.4.0
next v15.1.0
million v1.0.14
Mac
Chrome
The text was updated successfully, but these errors were encountered: