Migrate from 'npm i' to 'npm install'

Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
Veetaha 2020-02-16 23:36:16 +02:00 committed by GitHub
parent 1a96d4c15c
commit dc90507dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
- Install all TypeScript dependencies
```bash
cd editors/code
npm i
npm install
```
## Common knowledge