Skip to content

Commit d8a92bc

Browse files
committed
Include some necessary deployment info in the doc
With these extra steps my deployment attempt succeeded where before it had failed.
1 parent e5c469f commit d8a92bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/deployment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ To do so, follow the steps below. It should only take 10-15 minutes.
2323

2424
1. Install Node/NPM, if you don't already have them. There are lots of ways to do this, but some options are listed [here](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). **You must have Node 10 installed.** The deploy will fail with a helpful error if you have the wrong version.
2525
1. Install Yarn, as described [here](https://classic.yarnpkg.com/en/docs/install/).
26+
1. Run `yarn install`.
2627

2728
1. **Install the Firebase CLI & target new Firebase project.**
2829

29-
1. Can either install with NPM (`npm install -g firebase-tools`) or as a standalone binary (`curl -sL firebase.tools | bash`). More options are listed [here](https://firebase.google.com/docs/cli).
30+
1. Can either install with NPM (`npm install -g firebase-tools`) or as a standalone binary (`curl -sL firebase.tools | bash`). More options are listed [here](https://firebase.google.com/docs/cli). **You must install firebase-tools < v10, as v10 requires at least Node 12.**
3031
1. Run `firebase login` (which will pop up a browser window to authenticate).
3132
1. Run `firebase projects:list` to list your projects (which should include the one you created earlier).
3233
1. Run `firebase use <your-project-id>` to target your new project.

0 commit comments

Comments
 (0)