Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. # npm run build
  2.  
  3. > xo-server@4.6.0 build /root/xo-server
  4. > gulp build --production
  5.  
  6. module.js:338
  7. throw err;
  8. ^
  9.  
  10. Error: Cannot find module 'gulp-sourcemaps'
  11. at Function.Module._resolveFilename (module.js:336:15)
  12. at Function.Module._load (module.js:286:25)
  13. at Module.require (module.js:365:17)
  14. at require (module.js:384:17)
  15. at Object.<anonymous> (/root/xo-server/gulpfile.js:10:18)
  16. at Module._compile (module.js:434:26)
  17. at Object.Module._extensions..js (module.js:452:10)
  18. at Module.load (module.js:355:32)
  19. at Function.Module._load (module.js:310:12)
  20. at Module.require (module.js:365:17)
  21. at require (module.js:384:17)
  22. at Liftoff.handleArguments (/root/xo-server/node_modules/gulp/bin/gulp.js:116:3)
  23. at Liftoff.<anonymous> (/root/xo-server/node_modules/gulp/node_modules/liftoff/index.js:192:16)
  24. at module.exports (/root/xo-server/node_modules/gulp/node_modules/liftoff/node_modules/flagged-respawn/index.js:17:3)
  25. at Liftoff.<anonymous> (/root/xo-server/node_modules/gulp/node_modules/liftoff/index.js:185:9)
  26. at /root/xo-server/node_modules/gulp/node_modules/liftoff/index.js:159:9
  27. at /root/xo-server/node_modules/gulp/node_modules/v8flags/index.js:99:14
  28. at /root/xo-server/node_modules/gulp/node_modules/v8flags/index.js:38:7
  29. at doNTCallback0 (node.js:407:9)
  30. at process._tickCallback (node.js:336:13)
  31. at Function.Module.runMain (module.js:477:11)
  32. at startup (node.js:117:18)
  33. at node.js:951:3
  34.  
  35.  
  36. npm ERR! Linux 2.6.32-504.8.1.el6.x86_64
  37. npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
  38. npm ERR! node v4.0.0
  39. npm ERR! npm v2.14.2
  40. npm ERR! code ELIFECYCLE
  41. npm ERR! xo-server@4.6.0 build: `gulp build --production`
  42. npm ERR! Exit status 1
  43. npm ERR!
  44. npm ERR! Failed at the xo-server@4.6.0 build script 'gulp build --production'.
  45. npm ERR! This is most likely a problem with the xo-server package,
  46. npm ERR! not with npm itself.
  47. npm ERR! Tell the author that this fails on your system:
  48. npm ERR! gulp build --production
  49. npm ERR! You can get their info via:
  50. npm ERR! npm owner ls xo-server
  51. npm ERR! There is likely additional logging output above.
  52.  
  53. npm ERR! Please include the following file with any support request:
  54. npm ERR! /root/xo-server/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement