pmq20 / node-packer

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

when I exec nodec, error #126

Closed ZhouBox closed 5 years ago

ZhouBox commented 6 years ago

/enclose_io_memfs/local/lib/compiler.rb:105:in `': No such file or directory - node (Errno::ENOENT) from /__enclose_io_memfs__/local/lib/compiler.rb:105:ininit_options' from /enclose_io_memfs/local/lib/compiler.rb:26:in initialize' from /__enclose_io_memfs__/local/bin/nodec:153:innew' from /enclose_io_memfs/local/bin/nodec:153:in `

'

m8nky commented 5 years ago

Same issue here at debian buster. These are the packages installed: apt install squashfs-tools gcc g++ clang python2.7 make

m8nky commented 5 years ago

Solved: Just install node or nodejs - e.g. from these sources: https://github.com/nodesource/distributions

ZhouBox commented 5 years ago

thanks