jacobgardner / hack-and-slash

Hack & Slash: Sidescroller
https://jacobgardner.github.io/hack-and-slash/
0 stars 1 forks source link

npm start, not reading `Import x from 'x'` in gulpfile #11

Closed jrhii closed 8 years ago

jrhii commented 8 years ago

I am having syntax error issues that seem to stem from using es6's import statement. Am I missing an unlisted dependency?

Also, are babel-preset-es2015 and eslint dependencies that need to be installed?

npm-debug.txt

jacobgardner commented 8 years ago

I'll add eslint, but it shouldn't be causing this. That preset should be included with stage 1 I believe. I'll wipe my repo and see if I can reproduce your error

jacobgardner commented 8 years ago

image

jacobgardner commented 8 years ago

Fixed by 53543be