node-packer icon indicating copy to clipboard operation
node-packer copied to clipboard

Getting Error - No such file or directory @ rb_sysopen

Open UnmeshDeshmukh opened this issue 5 years ago • 2 comments

/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

UnmeshDeshmukh avatar Nov 08 '18 14:11 UnmeshDeshmukh

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

slee047 avatar Nov 09 '18 12:11 slee047

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

UnmeshDeshmukh avatar Nov 12 '18 21:11 UnmeshDeshmukh