-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
/
.yarnrc.yml
41 lines (32 loc) · 971 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
31
32
33
34
35
36
37
38
39
40
41
compressionLevel: 0
enableGlobalCache: true
installStatePath: ../.yarn/code-install-state.gz
logFilters:
- code: YN0005
level: discard
- code: YN0076
level: discard
nodeLinker: node-modules
npmRegistryServer: 'https://registry.yarnpkg.com'
plugins:
- path: ../.yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
- path: ../.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
- path: ../.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
# See https://github.com/nrwl/nx/issues/22177
supportedArchitectures:
cpu:
- current
- x64
- arm64
os:
- current
- linux
- darwin
unsafeHttpWhitelist:
- localhost
yarnPath: ../.yarn/releases/yarn-4.3.0.cjs
# Sometimes you get a "The remote archive doesn't match the expected checksum" error, uncommenting this line will fix it
# checksumBehavior: 'update'