yoroshikun / node-pck-audio-extractor

Multi platform, Multi core, Multi format, Converter for .pck files into various workable files
GNU General Public License v3.0
30 stars 2 forks source link

xxx Not recognized as an internal or external command when using setup.cmd #2

Closed ghyujkilop closed 2 years ago

ghyujkilop commented 2 years ago

I tried running as admin and still no fix. any ideas?

Full cmd prompt: "Installing deps, this may take a little while..." 'yarn' is not recognized as an internal or external command, operable program or batch file. 'git' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified. 'yarn' is not recognized as an internal or external command, operable program or batch file. 'node' is not recognized as an internal or external command, operable program or batch file.

The system cannot find the file specified. "Completed installing deps, you may now run 'decode.cmd' to start decoding audio!" Press any key to continue . . .

I then try using decode.cmd but nothing happens to my .pck files (in input folder).

yoroshikun commented 2 years ago

As stated in the requirements section you need to install things like, yarn git and node on your own to run this. https://github.com/yoroshikun/node-pck-audio-extractor#requirements Once those are installed correctly the program should work fine.