vshaxe / hashlink-debugger

Visual Studio Code Debugger for Haxe/HashLink applications
https://hashlink.haxe.org/
MIT License
57 stars 23 forks source link

Windows error: 'rm' is not recognized as an internal or external command, #69

Closed gamedevsam closed 4 years ago

gamedevsam commented 4 years ago
(cd node_modules/deasync && rm -rf bin && node-gyp rebuild --runtime=electron --target=6.1.2 --disturl=https://atom.io/download/electron)
'rm' is not recognized as an internal or external command,
operable program or batch file.
make: *** [deps] Error 1
Gama11 commented 4 years ago

Hm... I guess the makefile assumes some kind of MinGW / Cygwin installation. But how do you even have make to begin with if you don't have rm? :)

bhgsbatista commented 4 years ago

I installed make :-P

ncannasse commented 4 years ago

Cygwin is required for building, but you can modify the makefile to fix this ;)