typicode / json-server

Get a full fake REST API with zero coding in less than 30 seconds (seriously)
Other
72.83k stars 7.02k forks source link

File not found #1592

Open callor opened 2 months ago

callor commented 2 months ago

Hello!!

I get an execution error. When I randomly create a db.json file and run it, there is no error, but the file content is only {}

json-server 1.0.0-beta.1

npx json-server --port 9999 db.json

File db.json not found

Himanshuiiit commented 2 months ago

@callor What is the location for your db.json and package.json file?