babel-plugin-exercize icon indicating copy to clipboard operation
babel-plugin-exercize copied to clipboard

运行acorn代码报错

Open newboom233 opened this issue 2 years ago • 1 comments

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

newboom233 avatar Aug 15 '22 10:08 newboom233

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" 里的 ^ 符号去掉,重新安装包即可,否则版本太高,会报错

EricWong1994 avatar Nov 26 '22 13:11 EricWong1994