Advertisement
settix

Unknown arguments: sources, develop

Jul 26th, 2021
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1.  
  2. DELL@DESKTOP-05PT6PF MINGW64 /d/Openmrs-Projects/Frontend
  3. $ git clone https://github.com/settix-dev/openmrs-esm-patient-registration.git
  4. Cloning into 'openmrs-esm-patient-registration'...
  5. remote: Enumerating objects: 2704, done.
  6. remote: Counting objects: 100% (32/32), done.
  7. remote: Compressing objects: 100% (20/20), done.
  8. remote: Total 2704 (delta 12), reused 21 (delta 11), pack-reused 2672
  9. Receiving objects: 100% (2704/2704), 1.39 MiB | 197.00 KiB/s, done.
  10. Resolving deltas: 100% (1724/1724), done.
  11.  
  12. DELL@DESKTOP-05PT6PF MINGW64 /d/Openmrs-Projects/Frontend
  13. $ cd openmrs-esm-patient-registration/
  14.  
  15. DELL@DESKTOP-05PT6PF MINGW64 /d/Openmrs-Projects/Frontend/openmrs-esm-patient-registration (master)
  16. $ npx lerna bootstrap
  17. npm WARN exec The following package was not found and will be installed: lerna
  18. npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
  19. npm WARN deprecated har-validator@5.1.5: this library is no longer supported
  20. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
  21. lerna notice cli v4.0.0
  22. lerna ERR! ENOLERNA `lerna.json` does not exist, have you run `lerna init`?
  23.  
  24. DELL@DESKTOP-05PT6PF MINGW64 /d/Openmrs-Projects/Frontend/openmrs-esm-patient-registration (master)
  25. $ npx lerna init
  26. lerna notice cli v4.0.0
  27. lerna info Updating package.json
  28. lerna info Creating lerna.json
  29. lerna info Creating packages directory
  30. lerna success Initialized Lerna files
  31.  
  32. DELL@DESKTOP-05PT6PF MINGW64 /d/Openmrs-Projects/Frontend/openmrs-esm-patient-registration (master)
  33. $ npx lerna bootstrap
  34. lerna notice cli v4.0.0
  35. lerna info Bootstrapping 0 package
  36. lerna info Symlinking packages and binaries
  37. lerna success Bootstrapped 0 package
  38.  
  39. DELL@DESKTOP-05PT6PF MINGW64 /d/Openmrs-Projects/Frontend/openmrs-esm-patient-registration (master)
  40. $ npx openmrs develop --sources packages/esm-patient-registration-app/
  41. npm WARN exec The following package was not found and will be installed: openmrs
  42. npm WARN deprecated har-validator@5.1.5: this library is no longer supported
  43. npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
  44. npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
  45. npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
  46. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
  47. npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
  48. npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
  49. npm WARN deprecated intl-messageformat-parser@1.4.0: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser
  50. npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
  51. cli.js start
  52.  
  53. Starts the app shell using the provided configuration. This uses express for
  54. serving static files with some proxy middleware.
  55.  
  56. Options:
  57. --version Show version number [boolean]
  58. --help Show help [boolean]
  59. --port The port where the dev server should run.[number] [default: 8080]
  60. --host The host name or IP for the server to use.
  61. [number] [default: "localhost"]
  62. --backend The backend to proxy API requests to.
  63. [string] [default: "https://openmrs-spa.org/"]
  64. --open Immediately opens the SPA page URL in the browser.
  65. [boolean] [default: false]
  66. --importmap The import map to use. Can be a path to a valid import map to be
  67. taken literally, an URL, or a fixed JSON object.
  68. [string] [default: "importmap.json"]
  69.  
  70. Unknown arguments: sources, develop
  71.  
  72. DELL@DESKTOP-05PT6PF MINGW64 /d/Openmrs-Projects/Frontend/openmrs-esm-patient-registration (master)
  73.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement