craph

Results 69 comments of craph

@Nokel81 In the GitHub actions we can't see the job that build Lens ? Where I can see the difference between those two versions ?

> You need to run `make build` using git bash @Nokel81 with git bash and make build I have : ```bash $ make build make i info Invoking build target...

@Nokel81 an idea ? I have make in version `0.8.1`

> ``` > $ make --version > GNU Make 4.3 > Built for Windows32 > Copyright (C) 1988-2020 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or...

I changed the version of electron-builder to `23.3.3` in package.json but now I have the following error : ```bash $ make build yarn install --frozen-lockfile --network-timeout=100000 yarn install v1.22.19 [1/5]...

I ran `yarn install` and it update the file `yarn.lock` but I'm not sure it was the right command to run. After that, I ran : `make build` => success...

Why I have this when I build OpenLens locally for Windows : ```bash • file source doesn't exist from=C:\Users\myuser\ws\lens-6.0.0\locales ```

First I try to update from a previous version it was impossible. So I uninstall the old one and try to install the latest one but it doesn't work

Yes, I run the uninstall script from `C:\users\{username}\AppData\Local\Programs\Lens` after that I restarted my laptop and I have clear all the related folder of Lens in roaming folder too. Then I...

how the installer is checking if Lens is running or not ?