diff --git a/README.md b/README.md index cde5f70706e89066012e59a72104f9a0daff5c17..45fa2a7405cb1185df719b0edbf7f8ac0c33e8f2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ > The Field Pest Observation App for VIPS users +## Prerequisites: node, npm, vue-cli and cordova +Make sure you have the correct versions of npm and nodejs +Use nvm to install, here's [how to install nvm in the first place](https://github.com/nvm-sh/nvm#installing-and-updating) + +Then run: + +``` bash +nvm install --lts +sudo npm install -g @vue/cli --unsafe-perm +sudo npm install -g cordova --unsafe-perm +``` + ## Build Setup (vuejs) ``` bash