You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Node 18.0.0 results in this error after upgrading from 9.x to 10.x.
import fs, {constants as fsConstants} from 'node:fs/promises';
^^^^^^^^^
SyntaxError: The requested module 'node:fs/promises' does not provide an export named 'constants'
It's an error until you use >= v18.4.0
The text was updated successfully, but these errors were encountered:
Using Node 18.0.0 results in this error after upgrading from 9.x to 10.x.
It's an error until you use >= v18.4.0
The text was updated successfully, but these errors were encountered: