Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add instruction to fix npm vulnerability #144

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ This repo is functionality complete — PRs and issues welcome!
To get the Node server running locally:

- Clone this repo
- `npm install` to install all required dependencies
- `npm install` to install all required dependencies.

Where there are instances of npm vulnerabilties that requires semver-major dependency updates after running `npm install` to install all dependencies, fix error by changing the package.json version manually to the version recommended. Packages such as ejs, express-jwt, jsonwebtoken, mongoose are likely to fall under these categeories due to regular updates.

- Install MongoDB Community Edition ([instructions](https://docs.mongodb.com/manual/installation/#tutorials)) and run it by executing `mongod`
- `npm run dev` to start the local server

Expand Down
Loading