From c00b0b19a24240f59ff0bcb156a261ebb62d1d88 Mon Sep 17 00:00:00 2001 From: "Mark Tyers (aa7401)" Date: Mon, 14 Oct 2019 16:48:16 +0100 Subject: [PATCH] Reminder to Install Dependencies Students are trying to commit code but the hook tries to run the linter. Since this has not been installed they get an error. Explained the need for the packages to be installed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2406dc..a532acd 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,4 @@ Clone your private repository Change your [local config settings](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup). This is a vital step otherwise your commits won't show on the GitHub _graph_ and your grade will be affected. -Start working on the assignment. +Start working on the assignment. Remember to install all the dependencies listed in the `package.json` file.