Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.30 KB | None | 0 0
  1.  
  2. > play-wstv@0.0.1 install /Users/vels/dev/play-wstv
  3. > browserify -r jquery -r backbone -r immutable -r lodash -r react -r react/addons -r morearty -r moment > _external-libs.js
  4.  
  5. Error: EMFILE, open '/Users/vels/dev/play-wstv/node_modules/react/package.json'
  6.  
  7. npm ERR! Darwin 13.4.0
  8. npm ERR! argv "node" "/usr/local/bin/npm" "i"
  9. npm ERR! node v0.10.31
  10. npm ERR! npm  v2.1.9
  11. npm ERR! code ELIFECYCLE
  12. npm ERR! play-wstv@0.0.1 install: `browserify -r jquery -r backbone -r immutable -r lodash -r react -r react/addons -r morearty -r moment > _external-libs.js`
  13. npm ERR! Exit status 1
  14. npm ERR!
  15. npm ERR! Failed at the play-wstv@0.0.1 install script 'browserify -r jquery -r backbone -r immutable -r lodash -r react -r react/addons -r morearty -r moment > _external-libs.js'.
  16. npm ERR! This is most likely a problem with the play-wstv package,
  17. npm ERR! not with npm itself.
  18. npm ERR! Tell the author that this fails on your system:
  19. npm ERR!     browserify -r jquery -r backbone -r immutable -r lodash -r react -r react/addons -r morearty -r moment > _external-libs.js
  20. npm ERR! You can get their info via:
  21. npm ERR!     npm owner ls play-wstv
  22. npm ERR! There is likely additional logging output above.
  23.  
  24. npm ERR! Please include the following file with any support request:
  25. npm ERR!     /Users/vels/dev/play-wstv/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement