% npm start
> ed-209@0.0.1 start /tmp/ed-209
> nodemon index.js
[nodemon] 1.9.2
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node index.js`
/tmp/ed-209/index.js:3
import fs from 'fs'
^^^^^^
SyntaxError: Unexpected token import
at Object.exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:513:28)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
at Module.runMain (module.js:575:10)
at run (node.js:348:7)
at startup (node.js:140:9)
at node.js:463:3
[nodemon] app crashed - waiting for file changes before starting...
Hi, on the rework branch (madx/2016) there is a compile issue with nan module.
npm install fail.
Missing few modules the bot fail to start.
See node-iconv issue #157.
I think we could use a Travis module to check any issue with updated node packages breaking something.
Sorry for the encoding, I'm too lazy today to fix it.