Skip to content
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

运行acorn代码报错 #6

Open
newboom233 opened this issue Aug 15, 2022 · 1 comment
Open

运行acorn代码报错 #6

newboom233 opened this issue Aug 15, 2022 · 1 comment

Comments

@newboom233
Copy link

Process exited with code 1
Since Acorn 8.0.0, options.ecmaVersion is required.
Defaulting to 2020, but this will stop working in the future.
exercize-acorn-plugin-guang-keyword/node_modules/acorn/dist/acorn.js:434
Uncaught TypeError TypeError: Cannot read property 'allowHashBang' of undefined

@EricWong1994
Copy link

Process exited with code 1 Since Acorn 8.0.0, options.ecmaVersion is required. Defaulting to 2020, but this will stop working in the future. exercize-acorn-plugin-guang-keyword/node_modules/acorn/dist/acorn.js:434 Uncaught TypeError TypeError: Cannot read property 'allowHashBang' of undefined

把package.json 里"acorn": "^8.1.0" 里的 ^ 符号去掉,重新安装包即可,否则版本太高,会报错

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants