raystack / stencil

Stencil is a schema registry that provides schema management and validation dynamically, efficiently, and reliably to ensure data compatibility across applications.
https://raystack.github.io/stencil/
Apache License 2.0
222 stars 41 forks source link

Not able to install stencil from source #158

Closed hemanthsavasere closed 2 years ago

hemanthsavasere commented 2 years ago

Describe the bug Not able to install stencil from the source when I execute the make build command to build the stencil binary file getting issues as mentioned below

generating ui build make[1]: Entering directory '/home/hemanth/projects/go/stencil/ui' make[1]: yarn: No such file or directory make[1]: [Makefile:10: dep] Error 127 make[1]: Leaving directory '/home/hemanth/projects/go/stencil/ui' make: [Makefile:35: ui] Error 2

To Reproduce Steps to reproduce the behavior:

  1. Clone the repository
  2. Navigate to the project directory
  3. Run the make build command

Expected behavior The build should complete without any errors

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

hemanthsavasere commented 2 years ago

Need to add yarn as one of the dependencies.

h4rikris commented 2 years ago

Hi @hemanthsavasere, Yes. It has Yarn dependency. We will update the README. Thanks for pointing that out.