nekiro / Nekiro-Rcc-Editor

Electron qt .rcc file editor written using typescript and react
10 stars 7 forks source link

copyfiles is not recognized #2

Closed 5T3EF4N closed 2 years ago

5T3EF4N commented 2 years ago

It's giving me this error when I try to run it.

nekirosrcceditor@1.0.0 compile tsc && copyfiles src/html/.html src/css/.css src/assets/* src/rcc/rcc.exe build

'copyfiles' is not recognized as an internal or external command, operable program or batch file.

nekiro commented 2 years ago

npm install -g copyfiles

I'll add this as dev dependency, so it's auto installed.