I definitely installed that
# prisma-whats-new
s
I definitely installed that
a
Do you use globally installed
babel
by chance?
And make sure that despite being presented in
package.json
,
babel-eslint
is actually installed under
node_modules/
.
s
No I don't
Is the graphcool framework project not compiled with babel?
it seems that way because it's barfing when I use import vs require
a
I doubt it. It's not barfing at
import
keyword itself or to
there's no default export
, so it's not it.
s
The code it generates uses
const foo = require
I guess I'll have to do this myself
Somebody set up this project for me so it looks like I have to do babel stuff myself