Advertisement
wikumW

npm error

Aug 8th, 2023
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. [INFO] Running 'npm --cache=/tmp/openmrs-sdk-node12429853391947426928/npm-cache exec -- openmrs@next build --target /home/wikum/openmrs/server\ 20/frontend --build-config /home/wikum/openmrs/server\ 20/spa-build-config.json' in /home/wikum/Documents/GSOC/OpenMRS/GSOC-2023/openmrs-sdk
  2. [INFO] openmrs build
  3. [INFO]
  4. [INFO] Builds a new app shell.
  5. [INFO]
  6. [INFO] Options:
  7. [INFO] --version Show version number [boolean]
  8. [INFO] --help Show help [boolean]
  9. [INFO] --target The target directory where the build artifacts will be
  10. [INFO] stored. [string] [default: "dist"]
  11. [INFO] --registry, --reg The NPM registry used for getting the packages.
  12. [INFO] [string] [default: "https://registry.npmjs.org/"]
  13. [INFO] --fresh Whether to clear the output directory before running the
  14. [INFO] build. [boolean] [default: false]
  15. [INFO] --support-offline Determines if a service worker should be installed for
  16. [INFO] offline support. [boolean] [default: true]
  17. [INFO] --build-config Path to the SPA build config JSON [string]
  18. [INFO] --spa-path The path of the application on the target server.
  19. [INFO] [string] [default: "/openmrs/spa/"]
  20. [INFO] --page-title The title of the web app usually displayed in the browser
  21. [INFO] tab. [default: "OpenMRS"]
  22. [INFO] --api-url The URL of the API. Can be a path if the API is on the same
  23. [INFO] target server. [string] [default: "/openmrs/"]
  24. [INFO] --config-url The URL to a frontend configuration. Can be used multiple
  25. [INFO] times. Resolved by the client during initialization.
  26. [INFO] [array] [default: []]
  27. [INFO] --config-path The path to a frontend configuration file. Can be used
  28. [INFO] multiple times. The file is copied directly into the build
  29. [INFO] directory. [array] [default: []]
  30. [INFO] --importmap The import map to use. Can be a path to an import map to be
  31. [INFO] taken literally, an URL, or a fixed JSON object. [string]
  32. [INFO] --routes The routes registry to use. Can be a path to an routes
  33. [INFO] registry to be taken literally, an URL, or a fixed JSON
  34. [INFO] object. [string]
  35. [INFO] --default-locale The locale to use as a default for this build of the app
  36. [INFO] shell. Should be a value that's valid to use in an HTML
  37. [INFO] lang attribute, e.g., en or en_GB. [string] [default: ""]
  38. [INFO]
  39. [INFO] Unknown arguments: 20/frontend, 20/spa-build-config.json
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement