Ich habe gerade ein Upgrade auf Babel 7 (von 6) durchgeführt, indem ich die folgenden Befehle ausgeführt habe:
npm remove babel-cli
npm install --save-dev @babel/cli @babel/core @babel/preset-env
Hier ist meine .babelrc
Datei:
{ "presets": ["env"] }
Dann rannte ich:
babel js/src --out-dir js/dist
Und es ergibt sich:
TypeError: Cannot read property 'bindings' of null
at Scope.moveBindingTo (/xyz/node_modules/@babel/traverse/lib/scope/index.js:867:13)
at BlockScoping.updateScopeInfo (/xyz/node_modules/babel-plugin-transform-es2015-block-scoping/lib/index.js:364:17)
at BlockScoping.run (/xyz/node_modules/babel-plugin-transform-es2015-block-scoping/lib/index.js:330:12)
at PluginPass.BlockStatementSwitchStatementProgram (/xyz/node_modules/babel-plugin-transform-es2015-block-scoping/lib/index.js:70:24)
at newFn (/xyz/node_modules/@babel/traverse/lib/visitors.js:193:21)
at NodePath._call (/xyz/node_modules/@babel/traverse/lib/path/context.js:53:20)
at NodePath.call (/xyz/node_modules/@babel/traverse/lib/path/context.js:40:17)
at NodePath.visit (/xyz/node_modules/@babel/traverse/lib/path/context.js:88:12)
at TraversalContext.visitQueue (/xyz/node_modules/@babel/traverse/lib/context.js:118:16)
at TraversalContext.visitSingle (/xyz/node_modules/@babel/traverse/lib/context.js:90:19)
Was habe ich falsch gemacht?
javascript
node.js
babeljs
Rap-2-h
quelle
quelle
webpack.config.js
wenn sie ebenfalls vorhanden ist.