Guest User

Untitled

a guest
Jul 15th, 2016
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. ❯ npm test
  2.  
  3. > @ test /Users/perry.shuman/Code/react-server
  4. > lerna run test
  5.  
  6. Lerna v2.0.0-beta.23
  7.  
  8. > babel-preset-react-server@0.3.3 test /Users/perry.shuman/Code/react-server/packages/babel-preset-react-server
  9. > echo "All good!"
  10.  
  11. All good!
  12.  
  13. Errored while running npm script 'test' in 'react-server'
  14. Error: Command failed: /bin/sh -c npm run test
  15.  
  16. npm ERR! Darwin 15.5.0
  17. npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test"
  18. npm ERR! node v4.2.1
  19. npm ERR! npm v2.14.7
  20. npm ERR! code ELIFECYCLE
  21. npm ERR! react-server@0.3.4 test: `gulp test`
  22. npm ERR! Exit status 1
  23. npm ERR!
  24. npm ERR! Failed at the react-server@0.3.4 test script 'gulp test'.
  25. npm ERR! This is most likely a problem with the react-server package,
  26. npm ERR! not with npm itself.
  27. npm ERR! Tell the author that this fails on your system:
  28. npm ERR! gulp test
  29. npm ERR! You can get their info via:
  30. npm ERR! npm owner ls react-server
  31. npm ERR! There is likely additional logging output above.
  32.  
  33. npm ERR! Please include the following file with any support request:
  34. npm ERR! /Users/perry.shuman/Code/react-server/packages/react-server/npm-debug.log
  35.  
  36. at ChildProcess.exithandler (child_process.js:203:12)
  37. at emitTwo (events.js:87:13)
  38. at ChildProcess.emit (events.js:172:7)
  39. at maybeClose (internal/child_process.js:818:16)
  40. at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
  41. Errored while running RunCommand.execute
  42. Error: Command failed: /bin/sh -c npm run test
  43.  
  44. npm ERR! Darwin 15.5.0
  45. npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "test"
  46. npm ERR! node v4.2.1
  47. npm ERR! npm v2.14.7
  48. npm ERR! code ELIFECYCLE
  49. npm ERR! react-server@0.3.4 test: `gulp test`
  50. npm ERR! Exit status 1
  51. npm ERR!
  52. npm ERR! Failed at the react-server@0.3.4 test script 'gulp test'.
  53. npm ERR! This is most likely a problem with the react-server package,
  54. npm ERR! not with npm itself.
  55. npm ERR! Tell the author that this fails on your system:
  56. npm ERR! gulp test
  57. npm ERR! You can get their info via:
  58. npm ERR! npm owner ls react-server
  59. npm ERR! There is likely additional logging output above.
  60.  
  61. npm ERR! Please include the following file with any support request:
  62. npm ERR! /Users/perry.shuman/Code/react-server/packages/react-server/npm-debug.log
  63.  
  64. at ChildProcess.exithandler (child_process.js:203:12)
  65. at emitTwo (events.js:87:13)
  66. at ChildProcess.emit (events.js:172:7)
  67. at maybeClose (internal/child_process.js:818:16)
  68. at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
Add Comment
Please, Sign In to add comment