syscall: ‘rename’ error while install json server by using npm install -g json-server command
I am trying to install json-server
by using npm install -g json-server
command on Mac but am getting the following error:
Start JSON server with JSON server Auth as middleware not working/running
I am trying to start json-server with json-server-auth as middleware with this command,