-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I'm kinda new to Node.js and its modules. I've just tried to download it, install all of its dependencies. Then I installed gdscriptify through writing npm install gdscriptify -g in the command line.
Finally, went to my project folder and tried to use gdscriptify. It failed because that name was not registered in global space (but gdscriptify.cmd and gdscriptify.sp1 are).
I used gdscriptify.cmd instead, it tried to do something in background and then fails somehow? I can't understand this traceback so I don't know what I should be looking at to be more helpful debugging this:

Also tried with other project:

Note: What I tried to document was this repository https://github.com/AnidemDex/Godot-DialogPlugin and https://github.com/AnidemDex/Godot-EventSystem repectively