Oldřich Jedlička

Results 210 comments of Oldřich Jedlička

Hm. Tests work fine, but in reality, nothing changed (`package-lock.json` contains `git+ssh` link), possibly same as in #5256. Investigating...

It seems also https://github.com/npm/pacote needs the same fix

The `pacote` really needs fixing, after the fix the `package-lock.json` contains `git+https` link instead of `git+ssh`, but still the `github:repo/project` is recorded in dependencies, which is not equivalent (resolves to...

Fixed, tested, should work now. The [fix](https://github.com/npm/pacote/pull/434) in `pacote` is necessary to have this really fully working.

If you want to try the patched `npm` by yourself, feel free to checkout the `fix/git-https-full` branch from my clone: ```bash git clone -b fix/git-https-full --single-branch --depth=1 https://github.com/oldium/npm-cli.git cd npm-cli...

Ha! The `yargs` locales are probably missing due to this.

Hm. I am able to get also locales working locally, but when packed with `pkg`, the `--help` option gets to segmentation fault... I have no solution for this.

I will leave it here in this state, feel free to close it if you do not want to continue on it.

Maybe try Node.js experimental Single Executable Applications?