Advertisement
Guest User

Untitled

a guest
Nov 14th, 2016
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.58 KB | None | 0 0
  1. frederik@frederik-G501VW:~/dev/zenbook-touchpad-i2c$ npm i
  2. npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
  3. npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.15
  4. npm WARN touchpad@1.0.0 No repository field.
  5. frederik@frederik-G501VW:~/dev/zenbook-touchpad-i2c$ sudo npm start
  6. [sudo] Passwort für frederik:
  7.  
  8. > touchpad@1.0.0 start /home/frederik/dev/zenbook-touchpad-i2c
  9. > scripts/run.sh
  10.  
  11. sh: 1: scripts/run.sh: not found
  12.  
  13. npm ERR! Linux 4.8.0-27-generic
  14. npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start"
  15. npm ERR! node v4.2.6
  16. npm ERR! npm  v3.5.2
  17. npm ERR! file sh
  18. npm ERR! code ELIFECYCLE
  19. npm ERR! errno ENOENT
  20. npm ERR! syscall spawn
  21. npm ERR! touchpad@1.0.0 start: `scripts/run.sh`
  22. npm ERR! spawn ENOENT
  23. npm ERR!
  24. npm ERR! Failed at the touchpad@1.0.0 start script 'scripts/run.sh'.
  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 touchpad package,
  27. npm ERR! not with npm itself.
  28. npm ERR! Tell the author that this fails on your system:
  29. npm ERR!     scripts/run.sh
  30. npm ERR! You can get information on how to open an issue for this project with:
  31. npm ERR!     npm bugs touchpad
  32. npm ERR! Or if that isn't available, you can get their info via:
  33. npm ERR!     npm owner ls touchpad
  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!     /home/frederik/dev/zenbook-touchpad-i2c/npm-debug.log
  38. frederik@frederik-G501VW:~/dev/zenbook-touchpad-i2c$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement