lensapp / lens

Lens - The way the world runs Kubernetes
https://k8slens.dev/
MIT License
22.29k stars 1.45k forks source link

Trying to Build v2024.1.300751-latest #8020

Open miadonisi opened 4 months ago

miadonisi commented 4 months ago

Describe the bug A clear and concise description of what the bug is.

I am trying to build Openlens on my machine instead of just downloading the application. After downloading the repo and checking out the latest version, neither nvm or npm commands will build it.

To Reproduce Steps to reproduce the behavior:

  1. git clone https://github.com/lensapp/lens.git
  2. Cd lens
  3. Git checkout tags/v(whatever newest version is)
  4. Npm install
  5. Npm run build:app

Expected behavior A clear and concise description of what you expected to happen. Should have a .zip and .dmg file after the build Screenshots If applicable, add screenshots to help explain your problem.

Screenshot 2024-02-23 at 11 56 27 AM

Environment (please complete the following information):

Logs: When you run the application executable from command line you will see some logging output. Please paste them here:

Your logs go here...

Kubeconfig: Quite often the problems are caused by malformed kubeconfig which the application tries to load. Please share your kubeconfig, remember to remove any secret and sensitive information.

your kubeconfig here

Additional context Add any other context about the problem here.