node-packer
node-packer copied to clipboard
Nodec not found
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
same problem here. trying to run it on alpine
I used the debian slim image instead of the alpine linux. It works on that image but takes lot of time
thanks @UnmeshDeshmukh I need to run on alpine so decided to go with a different lib for now