Answers for "json-server: the term 'json-server' is not recognized as a name of a cmdlet, function, script file, or executable program."

3

'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: the term 'json-server' is not recognized as a name of a cmdlet, function, script file, or executable program."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language