babel-plugin-exercize
babel-plugin-exercize copied to clipboard
运行acorn代码报错
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
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" 里的 ^ 符号去掉,重新安装包即可,否则版本太高,会报错