I'm trying to make working a tool that I found on Github and I'm not able to get in touch with the creator of this.
I've this output:
const express = require('express'),
^^^^^
SyntaxError: Use of const in strict mode.
at Module._compile (module.js:439:25)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3
npm ERR! Windows_NT 6.2.9200
npm ERR! argv "D:\\Program Files (x86)\\nodejs\\0.10.29\\node.exe" "D:\\Program Files (x86)\\npm\\3.9.5\\node_modules\\npm\\bin\\npm-cli.js" "start"
npm ERR! node v0.10.29
npm ERR! npm v3.9.5
npm ERR! code ELIFECYCLE
npm ERR! PROJECT-NAME@0.0.0 start: `node ./app.js`
npm ERR! Exit status 8
How can I do (I'm using windows)?
Thank you so much!