NixOS / npm2nix

Generate nix expressions to build npm packages
MIT License
57 stars 32 forks source link

npm-registry-client 0.2.27 can't handle scoped packages. #35

Closed shlevy closed 8 years ago

shlevy commented 8 years ago

At the (very old!) version of npm-registry-client used by npm2nix, URIs are unconditionally uriencoded: https://github.com/npm/npm-registry-client/blob/v0.2.27/lib/request.js#L56

garbas commented 8 years ago

closed by #37