Let's use npm instead of yarn
This commit is contained in:
parent
287680d4de
commit
ef9f106e18
@ -2,17 +2,13 @@
|
||||
|
||||
## Build platform
|
||||
|
||||
The extension is built on a PC running Manjaro Linux. Yarn is the package manager of choice.
|
||||
|
||||
Yarn version: 1.16.0
|
||||
Node version: v11.15.0
|
||||
The extension is built on a PC running Manjaro Linux. npm and node are installed from repositories/aur.
|
||||
|
||||
|
||||
## Installing dependencies
|
||||
|
||||
`yarn install --frozen-lockfile`
|
||||
Run `npm ci`
|
||||
|
||||
According to Yarn documentation, that should install the exact version of dependencies that the extension is using.
|
||||
|
||||
## Reproducing build
|
||||
|
||||
|
8470
package-lock.json
generated
Normal file
8470
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user