Yarn 4 Migration (#32253)
Migrates the Overleaf monorepo package manager from npm (v11) to Yarn 4 (v4.9.1) using node-modules linker mode. GitOrigin-RevId: 50d32ab01955c15e29679eff9e9e9cfb897fab2d
This commit is contained in:
committed by
Copybot
parent
ed0fb0110a
commit
0d64a88a46
@@ -10,11 +10,11 @@ The rest of the Overleaf stack, along with information about contributing can be
|
||||
|
||||
### Running the app
|
||||
|
||||
The app runs natively using npm and Node on the local system:
|
||||
The app runs natively using yarn and Node on the local system:
|
||||
|
||||
```
|
||||
$ npm install
|
||||
$ npm run start
|
||||
$ yarn install
|
||||
$ yarn run start
|
||||
```
|
||||
|
||||
### Running Tests
|
||||
|
||||
Reference in New Issue
Block a user