nix-community / npmlock2nix

nixify npm based packages [maintainer=@andir]
Apache License 2.0
130 stars 42 forks source link

Early fail for nodejs versions >= 15 #152

Closed infinisil closed 2 years ago

infinisil commented 2 years ago

nodejs versions >= 15 use npm >= 7, which uses a new lockfile version that's currently not supported by npmlock2nix. Early exit until that's implemented. See #146

From the current open issues, this will make the failures in #140 and #139 happen early during eval time