pmq20 / node-packer

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

Cannot create destination file: No such file or directory #132

Open sakshitonwer opened 5 years ago

sakshitonwer commented 5 years ago

-> Running ["mksquashfs \"C:/Users/STonwer/AppData/Local/Temp/nodec/work_dir\" deps/libsquash/sample/enclose_io_memfs.squashfs"] Could not create destination file: No such file or directory Failed running ["mksquashfs \"C:/Users/STonwer/AppData/Local/Temp/nodec/work_dir\" deps/libsquash/sample/enclose_io_memfs.squashfs"]

PowerDos commented 5 years ago

+1

PowerDos commented 5 years ago
-> rm -rf .git
-> cd /data/web/node/cmp.dev.server
-> cd /tmp/nodec/node-8.3.0-1.5.0
-> rm -f deps/libsquash/sample/enclose_io_memfs.squashfs
-> rm -f deps/libsquash/sample/enclose_io_memfs.c
-> Running ["mksquashfs -version"]
mksquashfs version 4.2-git-stable (2013/06/21)
copyright (C) 2013 Phillip Lougher <phillip@squashfs.org.uk>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2,
or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
-> Running ["mksquashfs /tmp/nodec/__work_dir__ deps/libsquash/sample/enclose_io_memfs.squashfs"]
Could not create destination file: No such file or directory
Failed running ["mksquashfs /tmp/nodec/__work_dir__ deps/libsquash/sample/enclose_io_memfs.squashfs"]
elBarkey commented 5 years ago

clean the /tmp/nodec/* directory & files.