Parnell Springmeyer
Parnell Springmeyer
CC: @krdlab.
NB this PR may be moot, I've realized that the important functions which need a modified `Manager` can actually modify it. However it's probably worth determining whether we still want...
Are you sure they are not in the `node_modules`? `nixfromnpm` constructs a hierarchical `node_modules` so it could be that the dev dependencies are in the package's `node_modules` that depends on...
@paulyoung I will try to reproduce with this over the weekend.
I don't usually use the `nix-node-packages`. I didn't have a chance over the weekend (I got sick...) but may have some time tonight or tomorrow night to try and reproduce...
@paulyoung I just don't use them. I override packages as I need to. I tried to reproduce with your `package.json` but ran into an issue that might be orthogonal to...
@paulyoung hilariously, unrelated to your example project, I ran into an issue with `terser-webpack-plugin` on our own software. The issue is that it specifies an empty `bin` (why?) the solution...
A fix (which I will put a PR out for soon) for this would be to ignore empty `bin` strings.
@paulyoung I can provide an example here. Overriding the derivations is pretty straight-forward and follows standard Nix derivation override idioms. Examples would be useful in the README though so I...
@paulyoung here is a minimal working example of what we do, the following Nix expression is found in a file named `/default.nix` and the directory `` contains a directory `nodePackages`...