Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. $ npm run reasonBuild
  2.  
  3. > ExampleProject@0.0.1 reasonBuild /Users/jacob/code/reason/ExampleProject
  4. > eval $(dependencyEnv) && nopam && rebuild -I src ./src/Test.native 2>&1 | refmterr
  5.  
  6.  
  7. /Users/jacob/code/reason/ExampleProject/node_modules/dependency-env/.bin/dependencyEnv.js:148
  8. throw err;
  9. ^
  10. cannot find reason in /Users/jacob/code/reason/ExampleProject,/Users/jacob/code/reason/ExampleProject
  11. sh: Failed: command not found
  12.  
  13. npm ERR! Darwin 16.1.0
  14. npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "reasonBuild"
  15. npm ERR! node v7.2.0
  16. npm ERR! npm v3.10.9
  17. npm ERR! file sh
  18. npm ERR! code ELIFECYCLE
  19. npm ERR! errno ENOENT
  20. npm ERR! syscall spawn
  21. npm ERR! ExampleProject@0.0.1 reasonBuild: `eval $(dependencyEnv) && nopam && rebuild -I src ./src/Test.native 2>&1 | refmterr`
  22. npm ERR! spawn ENOENT
  23. npm ERR!
  24. npm ERR! Failed at the ExampleProject@0.0.1 reasonBuild script 'eval $(dependencyEnv) && nopam && rebuild -I src ./src/Test.native 2>&1 | refmterr'.
  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 ExampleProject package,
  27. npm ERR! not with npm itself.
  28. npm ERR! Tell the author that this fails on your system:
  29. npm ERR! eval $(dependencyEnv) && nopam && rebuild -I src ./src/Test.native 2>&1 | refmterr
  30. npm ERR! You can get information on how to open an issue for this project with:
  31. npm ERR! npm bugs ExampleProject
  32. npm ERR! Or if that isn't available, you can get their info via:
  33. npm ERR! npm owner ls ExampleProject
  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! /Users/jacob/code/reason/ExampleProject/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement