-
Notifications
You must be signed in to change notification settings - Fork 1
/
.yarnrc.yml
30 lines (25 loc) · 972 Bytes
/
.yarnrc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# https://yarnpkg.com/configuration/yarnrc
enableGlobalCache: true
enableTimers: false
nmMode: hardlinks-global
logFilters: # https://yarnpkg.com/advanced/error-codes
- code: YN0032 # NODE_GYP_INJECTED
level: discard
- code: YN0062 # INCOMPATIBLE_OS
level: discard
- code: YN0076 # INCOMPATIBLE_ARCHITECTURE
level: discard
# nodeLinker: pnpm # p5-server isn't compatible with this
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
# - path: .yarn/plugins/@yarnpkg/plugin-version.cjs
# spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
spec: "@yarnpkg/plugin-constraints"
yarnPath: .yarn/releases/yarn-3.1.0.cjs