Mention need to yarn install
This commit is contained in:
parent
b925ba273b
commit
8def9d548c
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ yarn workspace photos next dev
|
|||
There is also a convenience alias, `yarn dev:photos`. See `package.json` for the
|
||||
full list of such aliases.
|
||||
|
||||
Note that yarn does not automatically update `node_modules` if you switch to a
|
||||
branch that has added or modified dependencies. So if you encounter unexpected
|
||||
errors or switching branches, make sure that your node_modules is up to date by
|
||||
running `yarn install` first (tip: `yarn` is a shortcut for `yarn install`).
|
||||
|
||||
To add a local package as a dependency, use `<package-name>@*`. The "*" here
|
||||
denotes any version.
|
||||
|
||||
|
|
Loading…
Reference in a new issue