Monorepo with yarn workspaces requires yarn 3.2
parent
1f842ec1d6
commit
68d110a081
|
@ -4,4 +4,5 @@ logo.pxd
|
|||
node_modules
|
||||
.parcel-cache
|
||||
dist
|
||||
generated
|
||||
generated
|
||||
.yarnrc.yml
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
nodeLinker: node-modules
|
||||
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||
spec: "@yarnpkg/plugin-workspace-tools"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.2.0.cjs
|
|
@ -0,0 +1,7 @@
|
|||
# Silverbullet
|
||||
|
||||
Install latest yarn:
|
||||
|
||||
```shell
|
||||
yarn set version stable
|
||||
```
|
Loading…
Reference in New Issue