Skip to content

Commit

Permalink
Revert global installation to npm i -g
Browse files Browse the repository at this point in the history
  • Loading branch information
GabLeRoux authored Oct 7, 2024
1 parent 32abcc5 commit 264c4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Ensure you have the following installed:
To interact with Firebase, install the Firebase CLI globally:

```bash
yarn global add firebase-tools
npm i -g firebase-tools
```

### 2. Install Project Dependencies
Expand Down

0 comments on commit 264c4ad

Please sign in to comment.