dream2nix icon indicating copy to clipboard operation
dream2nix copied to clipboard

Dream2Nix not creating bin (Electron)

Open nacl-gb3 opened this issue 2 years ago • 1 comments

I was working on an Electron project with a friend and was trying to get it set up on NixOS.

When I tried to build the project using dream2nix with nix build, a result file was created, but there was no bin file.

I considered that it might have something to do with how my project is organized, so I can link you to it if you need to see it (or you can find it on my GitHub).

In any case, please let me know of what I can do to fix it. Let me know if you have any questions.

nacl-gb3 avatar Jul 10 '23 19:07 nacl-gb3

After further investigation, I found that dream2nix was not putting any packages in the node_modules directory when I ran nix build. This is probably the reason why no binary is being created, but I still don't know how to get dream2nix to get my required node packages.

nacl-gb3 avatar Jul 10 '23 22:07 nacl-gb3