npm run dev pauses and exits
Answered
your_averageVimmer posted this in #help-forum
I have cloned this project https://github.com/cmgchess/chesscom-pgn and did npm i, didn't work then i did npm i --force, it installed but after that it does the behavior defined in the image, please help
4 Replies
@your_averageVimmer I have cloned this project https://github.com/cmgchess/chesscom-pgn and did npm i, didn't work then i did npm i --force, it installed but after that it does the behavior defined in the image, please help
I just cloned the repo that you mentioned and it works fine. See here: https://codesandbox.io/p/github/cmgchess/chesscom-pgn/master
The api itself also works fine:
https://p8442p-3000.csb.app/api/game/85002673525
So it looks more like a local issue that only you have on your side
The api itself also works fine:
https://p8442p-3000.csb.app/api/game/85002673525
So it looks more like a local issue that only you have on your side
@B33fb0n3 I just cloned the repo that you mentioned and it works fine. See here: https://codesandbox.io/p/github/cmgchess/chesscom-pgn/master
The api itself also works fine:
https://p8442p-3000.csb.app/api/game/85002673525
So it looks more like a local issue that only you have on your side
what you did? npm i? then npm run dev?
@B33fb0n3 yea
oh done now, reinstalled.
Answer