nix-community / napalm

Support for building npm packages in Nix and lightweight npm registry [maintainer=?]
MIT License
104 stars 17 forks source link

Fix linked packages in workspaces with v3 lockfile #63

Closed jtojnar closed 8 months ago

jtojnar commented 8 months ago

Good catch.

WilliButz commented 8 months ago

I just ran a quick bisect to check why bitwarden-cli doesn't build anymore, seems to be caused by 5a135e387b938048aa5d447c206a8e4dcea0c6ed

jtojnar commented 8 months ago

Yeah, it does not like current versions of Node (20). And bumping does not help, the repo was archived at Node 16.

WilliButz commented 8 months ago

Same issue with deckdeckgo, which didn't receive any updates since 2021. Found this post while looking for the cause: https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported/73027407#73027407

jtojnar commented 8 months ago

I guess we could just remove the broken projects. Ideally we would find some up to date replacements but I could not be bothered :woman_shrugging: