ThauEx / ffrk-proxy

Proxy for Final Fantasy Record Keeper written in node.js
GNU Lesser General Public License v3.0
39 stars 21 forks source link

A small issue with nodejs #96

Closed Werewing closed 6 years ago

Werewing commented 6 years ago

I can't seem to run the Batch File properly.

I always get: " 'bin\node.exe' is not recognized as an internal or external command, operable program or batch file. Press any key to continue . . . "

I have certainly installed NodeJS on my computer, but I am rather new at trying to set this type of thing up.

ThauEx commented 6 years ago

Did you download it from the release or just the master branch? The master branch is not including dependencies and nodejs. The start.bat requires nodejs to be inside the bin folder.

Werewing commented 6 years ago

Thank you, I mistook the releases tab to just be a release notes section. I should be good for a while, now.