Closed PassiveLemon closed 11 months ago
Huh, never encountered that before.
Could you try running npm install --legacy-peer-deps
again and check if a similar path exists?
I deleted that module, and reran and it does download it. Even made sure that it has execution permissions, which it does. Not sure whats going on
So the file exists initially, but get's removed somewhere alsong the build process?
It seems unlikely to me that it is getting removed as it's still here after the run fails
You said " that does exist at the location" so I assumed it did not exist at some point.
I reran the run command and checked the Last Modification tag which shows the date/time from when I deleted it and reran it earlier
All I really need is just the file structure after its been built so I know where everything is to package it if you don't mind
I think everything you need should be in the deploy
folder. But I can't look right now.
Describe the bug When following the building instructions, running
npm run release
will give an ENOENT error. To Reproducenpm i --legacy-peer-deps
npm run release
Expected behavior It finishes building so I can observe the file structure
Possible solutions No clue
Screenshots Full output here: https://pastebin.com/LeKvFuR0
Operating System:
Additional context I am currently working on packing this with Nix to put onto the Nixpkgs repo. I do not know the file structure and where the binary is located after being built so I am building it myself on my host. I believe I have all of the correct dependencies listed. It is an ENOENT spawn error with the 7za module at
node_modules/7zip-bin/linux/x64/7za
but that does exist at the location. In that log, there also might be other issues I'm not catching lol.