Guest User

Untitled

a guest
Jan 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. npm test
  2.  
  3. > n3h@0.0.1 test /home/vagrant/n3h
  4. > npm run tools-lint && lerna run test && npm run docs
  5.  
  6.  
  7. > n3h@0.0.1 tools-lint /home/vagrant/n3h
  8. > standard --fix 'tools/lib/**/*.js' 'tools/bin/**/*.js'
  9.  
  10. lerna notice cli v3.5.1
  11. lerna info Executing command in 16 packages: "npm run test"
  12. lerna ERR! npm run test exited 1 in '@holochain/tweetlog'
  13. lerna ERR! npm run test stdout:
  14.  
  15. > @holochain/tweetlog@0.0.1 test /home/vagrant/n3h/packages/tweetlog
  16. > npm run lint && npm run nyc
  17.  
  18.  
  19. > @holochain/tweetlog@0.0.1 lint /home/vagrant/n3h/packages/tweetlog
  20. > standard --fix 'lib/**/*.js' 'bin/**/*.js'
  21.  
  22.  
  23. > @holochain/tweetlog@0.0.1 nyc /home/vagrant/n3h/packages/tweetlog
  24. > nyc npm run mocha
  25.  
  26.  
  27. lerna ERR! npm run test stderr:
  28. sh: nyc: command not found
  29. npm ERR! file sh
  30. npm ERR! code ELIFECYCLE
  31. npm ERR! errno ENOENT
  32. npm ERR! syscall spawn
  33. npm ERR! @holochain/tweetlog@0.0.1 nyc: `nyc npm run mocha`
  34. npm ERR! spawn ENOENT
  35. npm ERR!
  36. npm ERR! Failed at the @holochain/tweetlog@0.0.1 nyc script.
  37. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  38. npm WARN Local package.json exists, but node_modules missing, did you mean to install?
  39.  
  40. npm ERR! A complete log of this run can be found in:
  41. npm ERR! /home/vagrant/.npm/_logs/2019-01-16T20_25_35_167Z-debug.log
  42. npm ERR! code ELIFECYCLE
  43. npm ERR! errno 1
  44. npm ERR! @holochain/tweetlog@0.0.1 test: `npm run lint && npm run nyc`
  45. npm ERR! Exit status 1
  46. npm ERR!
  47. npm ERR! Failed at the @holochain/tweetlog@0.0.1 test script.
  48. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  49. npm WARN Local package.json exists, but node_modules missing, did you mean to install?
  50.  
  51. npm ERR! A complete log of this run can be found in:
  52. npm ERR! /home/vagrant/.npm/_logs/2019-01-16T20_25_35_178Z-debug.log
  53.  
  54. lerna ERR! npm run test exited 1 in '@holochain/tweetlog'
  55. lerna WARN complete Waiting for 2 child processes to exit. CTRL-C to exit immediately.
  56. npm ERR! Test failed. See above for more details.
Add Comment
Please, Sign In to add comment