Guest User

Untitled

a guest
Apr 8th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. > orderentry@1.0.0-beta3 build:prod D:\git_repository\openmrs-owa-orderentry
  2. > npm run test && npm run build
  3.  
  4.  
  5. > orderentry@1.0.0-beta3 test D:\git_repository\openmrs-owa-orderentry
  6. > npm run lint && jest -u --coverage --maxWorkers=4
  7.  
  8.  
  9. > orderentry@1.0.0-beta3 lint D:\git_repository\openmrs-owa-orderentry
  10. > eslint . --ext .js,.jsx
  11.  
  12. 'eslint' is not recognized as an internal or external command,
  13. operable program or batch file.
  14. npm ERR! code ELIFECYCLE
  15. npm ERR! errno 1
  16. npm ERR! orderentry@1.0.0-beta3 lint: `eslint . --ext .js,.jsx`
  17. npm ERR! Exit status 1
  18. npm ERR!
  19. npm ERR! Failed at the orderentry@1.0.0-beta3 lint script.
  20. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  21.  
  22. npm ERR! A complete log of this run can be found in:
  23. npm ERR! C:\Users\Tahira\AppData\Roaming\npm-cache\_logs\2019-04-08T10_06_49_557Z-debug.log
  24. npm ERR! code ELIFECYCLE
  25. npm ERR! errno 1
  26. npm ERR! orderentry@1.0.0-beta3 test: `npm run lint && jest -u --coverage --maxWorkers=4`
  27. npm ERR! Exit status 1
  28. npm ERR!
  29. npm ERR! Failed at the orderentry@1.0.0-beta3 test script.
  30. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  31.  
  32. npm ERR! A complete log of this run can be found in:
  33. npm ERR! C:\Users\Tahira\AppData\Roaming\npm-cache\_logs\2019-04-08T10_06_49_607Z-debug.log
  34. npm ERR! code ELIFECYCLE
  35. npm ERR! errno 1
  36. npm ERR! orderentry@1.0.0-beta3 build:prod: `npm run test && npm run build`
  37. npm ERR! Exit status 1
  38. npm ERR!
  39. npm ERR! Failed at the orderentry@1.0.0-beta3 build:prod script.
  40. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  41.  
  42. npm ERR! A complete log of this run can be found in:
  43. npm ERR! C:\Users\Tahira\AppData\Roaming\npm-cache\_logs\2019-04-08T10_06_49_652Z-debug.log
Add Comment
Please, Sign In to add comment