Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Cuando ejecutamos el comando
  2. ionic serve -l
  3.  
  4. Aparece el siguiente error:
  5.  
  6. npm ERR! Linux 4.10.11-200.fc25.x86_64
  7. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "watch"
  8. npm ERR! node v6.10.2
  9. npm ERR! npm v3.10.10
  10. npm ERR! code ELIFECYCLE
  11. npm ERR! platzitter@0.0.0 watch: `ionic-app-scripts watch`
  12. npm ERR! Exit status 1
  13. npm ERR!
  14. npm ERR! Failed at the platzitter@0.0.0 watch script 'ionic-app-scripts watch'.
  15. npm ERR! Make sure you have the latest version of node.js and npm installed.
  16. npm ERR! If you do, this is most likely a problem with the platzitter package,
  17. npm ERR! not with npm itself.
  18. npm ERR! Tell the author that this fails on your system:
  19. npm ERR! ionic-app-scripts watch
  20. npm ERR! You can get information on how to open an issue for this project with:
  21. npm ERR! npm bugs platzitter
  22. npm ERR! Or if that isn't available, you can get their info via:
  23. npm ERR! npm owner ls platzitter
  24. npm ERR! There is likely additional logging output above.
  25.  
  26. npm ERR! Please include the following file with any support request:
  27. npm ERR! /home/jsarangoq/Documentos/cursos/platzi/ionic-2/tabs/npm-debug.log
  28. ------------------------------------------------------------------------------------
  29. ##solución:
  30. Ejecutar el siguiente comando
  31.  
  32. echo fs.inotify.max_user_watches=582222 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement