We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using "dependencies": { "acorn-node": "^2.0.1" }
"dependencies": { "acorn-node": "^2.0.1" }
In the index.js file in node_modules there is an old ecmaVersion, it should be 2021 like in the repo:
acorn-node/src/index.js
Line 13 in 4ac53fa
return xtend({ ecmaVersion: 2020, allowHashBang: true, allowReturnOutsideFunction: true }, opts)
Related Issue: @nodejs/undici#1479
The text was updated successfully, but these errors were encountered:
There's nothing "wrong" - 69fc7d5 is just unpublished.
Sorry, something went wrong.
Ok, thanks; any chance to get this published?
goto-bus-stop
No branches or pull requests
Using
"dependencies": { "acorn-node": "^2.0.1" }
In the index.js file in node_modules there is an old ecmaVersion, it should be 2021 like in the repo:
acorn-node/src/index.js
Line 13 in 4ac53fa
Related Issue: @nodejs/undici#1479
The text was updated successfully, but these errors were encountered: