Skip to content

Commit

Permalink
briefly mention npm installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
prototype99 committed Oct 19, 2021
1 parent e8fe88b commit 443e186
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ OLD VERSION: [https://github.com/Sean12697/MeetupManchesterTech](https://github.
- [Nodejs](#nodejs)
- [install NodeJS by download](#install-nodejs-by-download)
- [install NodeJS by package manager](#install-nodejs-by-package-manager)
- [Npm](#npm)
- [Project dependencies](#project-dependencies)
- [Configuration](#configuration)
- [Sources](#sources)
Expand Down Expand Up @@ -48,6 +49,10 @@ There are a lot of options, thankfully the NodeJS team made a page that goes thr

- [NodeJS package manager article](https://nodejs.org/en/download/package-manager/)

####Npm

Npm should already be included, if it is not then please either create an issue so we can document how to get it on your system or search online for how to do it on your system

#### Project dependencies

Run the following command at the root of the project to download all the dependencies:
Expand Down

0 comments on commit 443e186

Please sign in to comment.