ilkecan

Results 16 comments of ilkecan

I think we could perform ``` npm ci --offline --ignore-scripts ``` before the current ``` "npm install --offline --nodedir=${nodeSource nodejs}" ``` without any side effects, apart from the patched scripts....

I am sorry, but I am not sure how the error you are getting is related to our discussion. ``` npm WARN old lockfile The package-lock.json file was created with...

It seems `npm ci` doesn't run hook scripts, so it is not an option to make it replace `npm install` before resolving https://github.com/nix-community/npmlock2nix/issues/110.

Actually I just realized even with the proposed changes the interface is not expressive enough for me. Ideally there should be a parameter named `installCommands` that defaults to `[ "npm...

I just realized `npmlock2nix` has `internal` attribute, so it is actually possible to reuse `nodeSource` function. With this in mind, I think introducing `installCommands` is the better solution.

Has this ever worked for `ungoogled-chromium`? I think it doesn't work because "Chrome Webstore interface" is disabled[1] on the ungoogled version. I also cannot install extensions manually from the chrome...