Closed anandsuresh closed 2 years ago
Forgot to mention that I generated the nix code using node2nix --nodejs-16 --input package.json --lock package-lock.json
after making sure that the package lock is up-to-date.
Fixed itself after a rebuild of the package-lock.
I'm trying to build a nodejs package using node v16.15.0. However, it throws a completely random error that makes no sense to me.
The repo in question (github.com/FabricLabs/fabric.git) is a public repository. I have checked and verified that the
ssh
binary is in fact available. Have tried providing it by runningnix-build
in anix-shell -p nodejs openssh
environment as well.This only started happened when I upgraded to nodejs from v12 to v16. So I'm wondering if this a known issue with
node2nix
using nodejs v16.