Skip to content

Commit

Permalink
Add pnpm requirement to installation instructions
Browse files Browse the repository at this point in the history
Without pnpm, `npm run dev` fails.
  • Loading branch information
aral authored Jul 4, 2022
1 parent 922286f commit 219dfdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Tree-sitter also requires [nodemon](https://nodemon.io/) to run, so also install
npm i -g nodemon
```

Finally, you will need [pnpm](https://pnpm.io/installation). If you’re running Node 16.13 or later, it comes as part of Node so you can simply run the following to activate it:

```
corepack enable
```

# Dev

After installation (`npm i`),
Expand Down

0 comments on commit 219dfdc

Please sign in to comment.