Open piaaaac opened 7 years ago
+1, i'm also have the same error
As the error states, it's the jump.js package that wrongfully includes a .babelrc
. Remove ./node_modules/jump.js/.babelrc
and the app will compile, though you probably don't want to manually tamper with node_modules
.
I got this error while compiling:
Module build failed: Error: Couldn't find preset "es2015-rollup" relative to directory "/Users/piaaaac/code/dd-mag/node_modules/jump.js"
Adding
babel-preset-es2015-rollup
led to successful compiling but now I'm getting:Could anyone help me out? thx