JSON Installation:
download json-server-master package
apply command
npm install json-server --save-dev
Got error: Linux 4.15.0-45-generic etc
Solution: upgrade to the latest version of npm using:
npm install -g npm@latest
download json-server-master package
apply command
npm install json-server --save-dev
Got error: Linux 4.15.0-45-generic etc
Solution: upgrade to the latest version of npm using:
npm install -g npm@latest
No comments:
Post a Comment