downloaded the files from the webpage and tried to run gulp and I got the following error
/blabla/Server/gulpfile.js:31
.pipe(autoprefixer('last 2 versions'))
^
SyntaxError: Unexpected token .
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:387:25)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at execute (/usr/local/lib/node_modules/gulp-cli/lib/versioned/^3.7.0/index.js:24:18)
at Liftoff.handleArguments (/usr/local/lib/node_modules/gulp-cli/index.js:149:63)
at Liftoff.<anonymous> (/usr/local/lib/node_modules/gulp-cli/node_modules/liftoff/index.js:198:16)
Also I'm confused, shouldn't I install the dependencies manually?
downloaded the files from the webpage and tried to run gulp and I got the following error
Also I'm confused, shouldn't I install the dependencies manually?