Advertisement
Guest User

Untitled

a guest
Jul 16th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.63 KB | None | 0 0
  1. > electron-quick-start@1.0.0 start C:\Users\\Desktop\Electron Experiments\electron-quick-start
  2. > electron .
  3.  
  4. module.js:472
  5.     throw err;
  6.     ^
  7.  
  8. Error: Cannot find module 'C:\Users\\Desktop\Electron Experiments\electron-quick-start\node_modules\electron\cli.js'
  9.     at Function.Module._resolveFilename (module.js:470:15)
  10.     at Function.Module._load (module.js:418:25)
  11.     at Module.runMain (module.js:605:10)
  12.     at run (bootstrap_node.js:420:7)
  13.     at startup (bootstrap_node.js:139:9)
  14.     at bootstrap_node.js:535:3
  15.  
  16. npm ERR! Windows_NT 10.0.15063
  17. npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
  18. npm ERR! node v7.4.0
  19. npm ERR! npm  v4.0.5
  20. npm ERR! code ELIFECYCLE
  21. npm ERR! electron-quick-start@1.0.0 start: `electron .`
  22. npm ERR! Exit status 1
  23. npm ERR!
  24. npm ERR! Failed at the electron-quick-start@1.0.0 start script 'electron .'.
  25. npm ERR! Make sure you have the latest version of node.js and npm installed.
  26. npm ERR! If you do, this is most likely a problem with the electron-quick-start package,
  27. npm ERR! not with npm itself.
  28. npm ERR! Tell the author that this fails on your system:
  29. npm ERR!     electron .
  30. npm ERR! You can get information on how to open an issue for this project with:
  31. npm ERR!     npm bugs electron-quick-start
  32. npm ERR! Or if that isn't available, you can get their info via:
  33. npm ERR!     npm owner ls electron-quick-start
  34. npm ERR! There is likely additional logging output above.
  35.  
  36. npm ERR! Please include the following file with any support request:
  37. npm ERR!     C:\Users\\Desktop\Electron Experiments\electron-quick-start\npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement