I installed json-server
using command npm install json-server
, In my package.json, I can see json-server
is installed but when I tried to start it, it gets error that:
json-server
: command not found
I also tried sudo npm install json-server
and sudo npm install -g json-server
but nothing works.