-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
elmPackages - broken nodejs builds #152745
Comments
You probably already know this, but in case it's helpful, I started bisecting this last night and just finished: 4c60ee3 is the first bad commit. |
I did not know that. That's very helpful, thanks @jerith666 I had a feeling that it must be related to bump of nodejs version. I'm not even sure if node2nix version from does support node 16 - see svanderburg/node2nix#274 I think what we might try is to decouple ourselves from env file defined in node packages. |
Note that commit overrides |
yes I just pulled nixpkgs from upstream locally to test if we can still use node-env from node-packages. I'm still generating nix expressions. |
for the records this is PR that fixes nodePackages #149120 |
Just in case you work on this in parallel @jerith666 I've got the fix already. I just need to do a bit more testing and polishing before I open PR. I'll tag you for review. |
Thanks; I paused my investigation once I found this issue. I'll keep an eye out for your PR! :) |
Nodejs packages packaged using node2nix in
elmPackages
are currently broken (master/unstable). Issue seems to be similar to svanderburg/node2nix#236Full error
It seems that npm is trying to download dependencies over network.
The text was updated successfully, but these errors were encountered: