You will need to install the same node version that we use to be able to run this project.
Hopefully, it is very easy. Just run:
# Run this command inside your root project directorynvminstallnvmuse
While nvm install is a one time action, that just downloads the required node version, do not forget to run nvm use each time you open a new terminal window.
Dependencies
After you have activated the correct node version it is time to install dependencies. Run:
You will see that node_modules folder is created.
Updating dependencies
You can use npm-check-updates to check for dependencies that are updated since your pinned version.
You can also use @dependabot or similar services to automatically update dependencies for you.