Open gilligan opened 7 years ago
Can you paste the yarn.lock? I am looking for weirdly-named package names.
Basically this is the line which it's tripping over:
ln -s ${deps}/node_modules/* $out/node_modules/
It's probably a globbing expansion issue, a name with spaces or with dashes.
For me
buildYarnPackage
fails while building the offline derivation:Sadly I cannot share the files I am trying this with. The setup is basically:
where yarn2nix is the default.nix file from this repository. Then I just call buildYarnPackage ..
@moretea any idea what might be going on here?