From de225ba13b31ca80ef0a339d26632b2ab469a676 Mon Sep 17 00:00:00 2001 From: Roger Date: Thu, 2 Sep 2021 13:46:37 -0400 Subject: [PATCH] Remove `npm install` from contributing docs dvc.org is a yarn project, so this line is incorrect as far as I can tell The run of `yarn` on the previous line should do what this line is suggesting, so we can just completely remove the section and the instructions still hold true. --- content/docs/user-guide/contributing/docs.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/docs/user-guide/contributing/docs.md b/content/docs/user-guide/contributing/docs.md index 3304c45651..08d753f323 100644 --- a/content/docs/user-guide/contributing/docs.md +++ b/content/docs/user-guide/contributing/docs.md @@ -70,12 +70,6 @@ project dependencies with Yarn: $ yarn ``` -You may need to resolve dependencies at this point by running: - -```dvc -$ npm install -``` - Launch the server locally with: ```dvc