First, you need to check json-server
installed globally or not. or you can install it globally by
npm install -g json-server
If you install it locally in your project, use npx
to run it
npx json-server --watch db.json
Checkout difference between npx and npm here: https://stackoverflow.com/a/52018825/11285186