Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. npm run build
  2.  
  3. > riot-web@0.9.7 build /root/riot-web
  4. > node scripts/babelcheck.js && npm run build:res && npm run build:bundle
  5.  
  6. *****************************************
  7. * vector-web has moved to babel 6 *
  8. * Please "rm -rf node_modules && npm i" *
  9. * then restore links as appropriate *
  10. *****************************************
  11.  
  12.  
  13. npm ERR! Linux 2.6.32-042stab120.19
  14. npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "build"
  15. npm ERR! node v7.7.4
  16. npm ERR! npm v4.1.2
  17. npm ERR! code ELIFECYCLE
  18. npm ERR! riot-web@0.9.7 build: `node scripts/babelcheck.js && npm run build:res && npm run build:bundle`
  19. npm ERR! Exit status 1
  20. npm ERR!
  21. npm ERR! Failed at the riot-web@0.9.7 build script 'node scripts/babelcheck.js && npm run build:res && npm run build:bundle'.
  22. npm ERR! Make sure you have the latest version of node.js and npm installed.
  23. npm ERR! If you do, this is most likely a problem with the riot-web package,
  24. npm ERR! not with npm itself.
  25. npm ERR! Tell the author that this fails on your system:
  26. npm ERR! node scripts/babelcheck.js && npm run build:res && npm run build:bundle
  27. npm ERR! You can get information on how to open an issue for this project with:
  28. npm ERR! npm bugs riot-web
  29. npm ERR! Or if that isn't available, you can get their info via:
  30. npm ERR! npm owner ls riot-web
  31. npm ERR! There is likely additional logging output above.
  32.  
  33. npm ERR! Please include the following file with any support request:
  34. npm ERR! /root/riot-web/npm-debug.log
  35. root@nbi-2169:~/riot-web#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement