angular-httpclient-examples icon indicating copy to clipboard operation
angular-httpclient-examples copied to clipboard

I got error in cmd?

Open Anbarasan-321 opened this issue 7 years ago • 1 comments

D:\xampp\htdocs\fff>npm install json-serve npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fse vents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@ 1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32" })

D:\xampp\htdocs\fff>json-server --watch db.json 'json-server' is not recognized as an internal or external command, operable program or batch file.

Anbarasan-321 avatar Jan 03 '18 13:01 Anbarasan-321

you have to install json-server globally by this npm install -g json-server

rjoydip-zz avatar Jan 05 '18 09:01 rjoydip-zz