Closed Satorikeiko07 closed 2 years ago
When I open command prompt in the game directory and type in npx love.js game.love game -c I get this error I had love.js installed before and it worked, but now its just giving me this error, please help.
npx love.js game.love game -c
As suggested in https://github.com/Davidobot/love.js/issues/48, try using:
npx love.js.cmd
When I open command prompt in the game directory and type in
npx love.js game.love game -c
I get this error
I had love.js installed before and it worked, but now its just giving me this error, please help.