Skip to content
Permalink
Browse files
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.
  • Loading branch information
aa7401 committed Oct 14, 2019
1 parent d0e9e27 commit c00b0b19a24240f59ff0bcb156a261ebb62d1d88
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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.

0 comments on commit c00b0b1

Please sign in to comment.