sindresorhus/opn


Do you want to work on this issue?
You can request for a bounty in order to promote it!
Older Node 18 versions do not provide a `constants` export #341
mkilpatrick posted onGitHub
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