add yarn and pnpm install commands
Added the package installation commands for yarn and pnpm package managers.
This commit is contained in:
parent
5dbc1e2633
commit
8c92c4c3ee
1 changed files with 8 additions and 0 deletions
|
|
@ -39,6 +39,14 @@
|
|||
npm install chalk
|
||||
```
|
||||
|
||||
```sh
|
||||
yarn add chalk
|
||||
```
|
||||
|
||||
```sh
|
||||
pnpm add chalk
|
||||
```
|
||||
|
||||
**IMPORTANT:** Chalk 5 is ESM. If you want to use Chalk with TypeScript or a build tool, you will probably want to use Chalk 4 for now. [Read more.](https://github.com/chalk/chalk/releases/tag/v5.0.0)
|
||||
|
||||
## Usage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue