pmq20 / node-packer

Packing your Node.js application into a single executable.
MIT License
3.07k stars 202 forks source link

Nodec not found #127

Open UnmeshDeshmukh opened 6 years ago

UnmeshDeshmukh commented 6 years ago

I am trying to build an executable through nodejs and have written a shell script which runs on alpine linux. It installs all the needed packages and when it tries to run nodec/src command to create executable it throws nodec not found error

nolazybits commented 5 years ago

same problem here. trying to run it on alpine

UnmeshDeshmukh commented 5 years ago

I used the debian slim image instead of the alpine linux. It works on that image but takes lot of time

nolazybits commented 5 years ago

thanks @UnmeshDeshmukh I need to run on alpine so decided to go with a different lib for now