Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. limpkin@limpkin-VirtualBox:~/mooltiapp$ npm start
  2.  
  3. > MooltiApp@0.0.1 start /home/limpkin/mooltiapp
  4. > electron ./app
  5.  
  6. /home/limpkin/mooltiapp/node_modules/electron/index.js:9
  7. throw new Error('Electron failed to install correctly, please delete node_modules/electron and try installing again')
  8. ^
  9.  
  10. Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
  11. at Object.<anonymous> (/home/limpkin/mooltiapp/node_modules/electron/index.js:9:9)
  12. at Module._compile (module.js:410:26)
  13. at Object.Module._extensions..js (module.js:417:10)
  14. at Module.load (module.js:344:32)
  15. at Function.Module._load (module.js:301:12)
  16. at Module.require (module.js:354:17)
  17. at require (internal/module.js:12:17)
  18. at Object.<anonymous> (/home/limpkin/mooltiapp/node_modules/electron/cli.js:3:16)
  19. at Module._compile (module.js:410:26)
  20. at Object.Module._extensions..js (module.js:417:10)
  21.  
  22. npm ERR! Linux 4.8.0-36-generic
  23. npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start"
  24. npm ERR! node v4.2.6
  25. npm ERR! npm v3.5.2
  26. npm ERR! code ELIFECYCLE
  27. npm ERR! MooltiApp@0.0.1 start: `electron ./app`
  28. npm ERR! Exit status 1
  29. npm ERR!
  30. npm ERR! Failed at the MooltiApp@0.0.1 start script 'electron ./app'.
  31. npm ERR! Make sure you have the latest version of node.js and npm installed.
  32. npm ERR! If you do, this is most likely a problem with the MooltiApp package,
  33. npm ERR! not with npm itself.
  34. npm ERR! Tell the author that this fails on your system:
  35. npm ERR! electron ./app
  36. npm ERR! You can get information on how to open an issue for this project with:
  37. npm ERR! npm bugs MooltiApp
  38. npm ERR! Or if that isn't available, you can get their info via:
  39. npm ERR! npm owner ls MooltiApp
  40. npm ERR! There is likely additional logging output above.
  41.  
  42. npm ERR! Please include the following file with any support request:
  43. npm ERR! /home/limpkin/mooltiapp/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement