Answers for "'json-server' is not recognized as an internal or external command, operable program or batch file."

2

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

npm install -g json-server

npx json-server --watch db.json
//if installed locally in your project - use npx to run
Posted by: Guest on January-06-2021

Code answers related to "'json-server' is not recognized as an internal or external command, operable program or batch file."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language