pmq20 / node-packer

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

Getting Error - No such file or directory @ rb_sysopen #137

Open UnmeshDeshmukh opened 5 years ago

UnmeshDeshmukh commented 5 years ago

/enclose_io_memfs/lib/ruby/2.4.0/fileutils.rb:1289:in `initialize': No such file or directory @ rb_sysopen - path.exe (Errno::ENOENT)

Using the command nodec src/ --skip-npm-install --quiet -o temp/ --tmpdir= ../etmp --clean-tmpdir --msi

Running this command from a linux debian package. I want to create a windows executable for the node project please let me know if that issue is fixed or not

slee047 commented 5 years ago

Did you install gcc, g++, make, ruby?

UnmeshDeshmukh commented 5 years ago

Did you install gcc, g++, make, ruby?

Yes I have installed all. I am able to generate a.out file but when I specify the option --msi it throws an error