Remove NPM instructions

Use Yarn instead
This commit is contained in:
grandeljay 2022-09-23 12:11:43 +02:00
parent a1d11cf4bf
commit bdd714216b

View file

@ -89,14 +89,6 @@ Use one of the following commands.
| `composer install` | Install all dependencies. |
| `composer install --no-dev` | Install only required dependencies. |
#### NPM
Use one of the following commands.
| Command | Description |
| --------------------------------------------- | ----------------------------------- |
| `npm install` | Install all dependencies. |
| `npm install --only=production --no-optional` | Install only required dependencies. |
#### Yarn
Use one of the following commands.