Skip to content

Instantly share code, notes, and snippets.

@jhyland87
Created September 30, 2016 16:24
Show Gist options
  • Save jhyland87/d99b20fad4fd135aa7f9feff68d36ea0 to your computer and use it in GitHub Desktop.
Save jhyland87/d99b20fad4fd135aa7f9feff68d36ea0 to your computer and use it in GitHub Desktop.
( 13)[Fri Sep 30 09:24:10| 1:000]{40}jhyland@jhmac:~/Documents/scripts/node/personal/sasset-core-beta(0) (master)$ node -v
v6.0.0
( 13)[Fri Sep 30 09:24:13| 0:000]{41}jhyland@jhmac:~/Documents/scripts/node/personal/sasset-core-beta(✓) (master)$ node src/app.js
/Users/jhyland/Documents/scripts/node/personal/sasset-core-beta/src/app.js:3
import * as _ from 'moar-lodash'
^^^^^^
SyntaxError: Unexpected token import
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:511:25)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Function.Module.runMain (module.js:575:10)
at startup (node.js:159:18)
at node.js:444:3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment