gilstr

Untitled

Mar 3rd, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [11:54:16] Using gulpfile /opt/creditcardpage/gulpfile.js
  2. [11:54:16] Starting 'clean'...
  3. [11:54:16] Starting 'server'...
  4. [11:54:16] Finished 'server' after 3.4 ms
  5. [11:54:16] Starting 'fonts'...
  6. [11:54:16] Starting 'javascript'...
  7. [11:54:16] 'javascript' errored after 17 ms
  8. [11:54:16] Error: Cannot find module 'gulp-uglify' from '/opt/creditcardpage'
  9.     at Function.module.exports [as sync] (/opt/creditcardpage/node_modules/gulp-load-plugins/node_modules/resolve/lib/sync.js:33:11)
  10.     at requireFn (/opt/creditcardpage/node_modules/gulp-load-plugins/index.js:46:25)
  11.     at Object.defineProperty.get (/opt/creditcardpage/node_modules/gulp-load-plugins/index.js:84:18)
  12.     at Gulp.gulp.task.$.if.$.imagemin.progressive (/opt/creditcardpage/gulpfile.js:72:39)
  13.     at module.exports (/opt/creditcardpage/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:34:7)
  14.     at Gulp.Orchestrator._runTask (/opt/creditcardpage/node_modules/gulp/node_modules/orchestrator/index.js:273:3)
  15.     at Gulp.Orchestrator._runStep (/opt/creditcardpage/node_modules/gulp/node_modules/orchestrator/index.js:214:10)
  16.     at /opt/creditcardpage/node_modules/gulp/node_modules/orchestrator/index.js:279:18
  17.     at finish (/opt/creditcardpage/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:21:8)
  18.     at module.exports (/opt/creditcardpage/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:60:3)
  19. [11:54:16] Finished 'clean' after 49 ms
  20. [11:54:16] Finished 'fonts' after 45 ms
  21. [11:54:16] [nodemon] 1.9.1
  22. [11:54:16] [nodemon] to restart at any time, enter `rs`
  23. [11:54:16] [nodemon] watching: *.*
  24. [11:54:16] [nodemon] starting `node app.js`
  25.  
  26. /opt/creditcardpage/app.js:3
  27. const APP_DIR = __dirname + "/app";
  28. ^^^^^
  29. SyntaxError: Use of const in strict mode.
  30.     at Module._compile (module.js:439:25)
  31.     at Object.Module._extensions..js (module.js:474:10)
  32.     at Module.load (module.js:356:32)
  33.     at Function.Module._load (module.js:312:12)
  34.     at Function.Module.runMain (module.js:497:10)
  35.     at startup (node.js:119:16)
  36.     at node.js:935:3
  37. [11:54:16] [nodemon] app crashed - waiting for file changes before starting...
Add Comment
Please, Sign In to add comment