You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just tried firing up a new bankai this morning and ran into some issues when configuring babel presets.
Expected Behavior
Can install babel 7 @babel/core and other babel presets + plugins for babel 7
Current Behavior
When running bankai start index.js, it threw error:
scripts:browserify.bundle Requires Babel "^7.0.0-0", but was loaded with "6.26.3". If you are sure you have a compatible version of @babel/core, it is likely that something in your build process is loading the wrong version. Inspect the stack trace of this error to look for the first entry that doesn't mention "@babel/core" or "babel-core" to see what is calling Babel.
Hi! Not installing babelify manually -- just using bankai default, 8.x.x can't remember the exact version, bankai's dependency. I tried installing from branch babel-7, seems to work (somewhat) but maybe some issues. Is it supposed to be transpiling node_modules?
a 🙋 feature request
Just tried firing up a new bankai this morning and ran into some issues when configuring babel presets.
Expected Behavior
Can install babel 7
@babel/core
and other babel presets + plugins for babel 7Current Behavior
When running
bankai start index.js
, it threw error:Code Sample
(from package.json)
Thanks in advance! Bankai is cool :)
The text was updated successfully, but these errors were encountered: