cd React/json-server
$ npm i json-server
+ json-server@0.16.1
added 229 packages from 124 contributors and audited 229 packages in 19.279s
$ json-server --watch db.json
bash: json-server: command not found发布于 2020-08-20 21:36:41
按照您的调用方式,您需要将其安装为全局命令:
sudo npm i -g json-server然后试着运行它。
https://stackoverflow.com/questions/63506267
复制相似问题