someone help me with this error plss ?? #19153
Unanswered
Jyotishmoy12
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It seems Vite doesn't work with Node 18.0.0 - 18.4.0 due to open's bug (sindresorhus/open#341). You need to upgrade the Node version to 18.4.0+. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
import fsp, { constants as constants$9 } from 'node:fs/promises';
^^^^^^^^^
SyntaxError: The requested module 'node:fs/promises' does not provide an export named 'constants'
Beta Was this translation helpful? Give feedback.
All reactions