Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. vagrant@mytrusty:/var/apps/purescript-argonaut-core$ sudo npm install -g purescript
  2. /usr/local/bin/psc -> /usr/local/lib/node_modules/purescript/bin/psc.js
  3. /usr/local/bin/psc-bundle -> /usr/local/lib/node_modules/purescript/bin/psc-bundle.js
  4. /usr/local/bin/psc-docs -> /usr/local/lib/node_modules/purescript/bin/psc-docs.js
  5. /usr/local/bin/psc-ide-client -> /usr/local/lib/node_modules/purescript/bin/psc-ide-client.js
  6. /usr/local/bin/psc-ide-server -> /usr/local/lib/node_modules/purescript/bin/psc-ide-server.js
  7. /usr/local/bin/psc-publish -> /usr/local/lib/node_modules/purescript/bin/psc-publish.js
  8. /usr/local/bin/psci -> /usr/local/lib/node_modules/purescript/bin/psci.js
  9.  
  10. > purescript@0.8.5 postinstall /usr/local/lib/node_modules/purescript
  11. > node --harmony_destructuring lib/install.js
  12.  
  13. node: bad option: --harmony_destructuring
  14. npm ERR! Linux 3.13.0-85-generic
  15. npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "purescript"
  16. npm ERR! node v6.0.0
  17. npm ERR! npm v3.8.6
  18. npm ERR! code ELIFECYCLE
  19.  
  20. npm ERR! purescript@0.8.5 postinstall: `node --harmony_destructuring lib/install.js`
  21. npm ERR! Exit status 9
  22. npm ERR!
  23. npm ERR! Failed at the purescript@0.8.5 postinstall script 'node --harmony_destructuring lib/install.js'.
  24. npm ERR! Make sure you have the latest version of node.js and npm installed.
  25. npm ERR! If you do, this is most likely a problem with the purescript package,
  26. npm ERR! not with npm itself.
  27. npm ERR! Tell the author that this fails on your system:
  28. npm ERR! node --harmony_destructuring lib/install.js
  29. npm ERR! You can get information on how to open an issue for this project with:
  30. npm ERR! npm bugs purescript
  31. npm ERR! Or if that isn't available, you can get their info via:
  32. npm ERR! npm owner ls purescript
  33. npm ERR! There is likely additional logging output above.
  34.  
  35. npm ERR! Please include the following file with any support request:
  36. npm ERR! /var/apps/purescript-argonaut-core/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement