-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.yarnrc.yml
More file actions
22 lines (19 loc) · 617 Bytes
/
.yarnrc.yml
File metadata and controls
22 lines (19 loc) · 617 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright (c) Datalayer, Inc. https://datalayer.ai
# Distributed under the terms of the Datalayer License.
enableImmutableInstalls: false
enableInlineBuilds: false
enableTelemetry: false
httpTimeout: 60000
nodeLinker: node-modules
npmRegistryServer: "https://registry.yarnpkg.com"
checksumBehavior: update
# This will fix the build error with @lerna/legacy-package-management
# See https://github.com/lerna/repro/pull/11
packageExtensions:
"@lerna/legacy-package-management@*":
dependencies:
"@lerna/child-process": "*"
"js-yaml": "*"
"rimraf": "*"
peerDependencies:
"nx": "*"