From 672bb58f87c827ef941afba8c7497c9679df68d3 Mon Sep 17 00:00:00 2001 From: davidbielik Date: Fri, 18 Jun 2021 14:56:08 -0400 Subject: [PATCH] Update CONTRIBUTING.md added note to run `npm install` before `npm link` the first time --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ce9c273247..92eb719f4cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,6 +53,7 @@ repository: ```bash git clone git@github.com:firebase/firebase-tools.git cd firebase-tools +npm install # must be run the first time you clone npm link # installs dependencies, runs a build, links it into the environment ```