当我们使用json-server模仿后端接口时需要运行json-server --watch index.json这个命令生成增删改查接口但是可能会报这个错误,如图
这时我们运行 npm i json-server -g命令即可,然后再重新运行json-server --watch index.json就行了
当我们使用json-server模仿后端接口时需要运行json-server --watch index.json这个命令生成增删改查接口但是可能会报这个错误,如图
这时我们运行 npm i json-server -g命令即可,然后再重新运行json-server --watch index.json就行了