mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
chore: adjust notes about setup and yarn to the contribution (#4185)
This commit is contained in:
parent
23228db73c
commit
fae4df3377
@ -38,11 +38,10 @@ Before running any tests, make sure all dependencies are met and build all packa
|
||||
|
||||
```sh
|
||||
yarn
|
||||
yarn build
|
||||
yarn test
|
||||
yarn dev
|
||||
```
|
||||
|
||||
You **must** use `yarn` to install dependencies as it'll properly resolve all dependencies from sub-packages as well, eliminating the need to `npm link` all required packages.
|
||||
`yarn` is the only supported package manager, as it will, among other things, properly resolve all dependencies from sub-packages and eliminate the need to `npm link` all required packages.
|
||||
|
||||
#### Fixtures
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user