-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yarnrc.yml
23 lines (19 loc) · 841 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
# yarn set version latest
yarnPath: .yarn/releases/yarn-3.6.3.cjs
# https://yarnpkg.com/configuration/yarnrc/#nmHoistingLimits
# None fix: "You might have more than one copy of React in the same app"
nmHoistingLimits: none
# https://yarnpkg.com/configuration/yarnrc/#nmMode
nmMode: hardlinks-local
# This will cause Yarn to install the project just like Yarn 1 used to,
# by copying the packages into various node_modules folders.
# Support for yarn pnp will come later: https://github.com/nuxt/framework/issues/581
nodeLinker: node-modules
# nodeLinker: pnp
# pnpMode: loose
npmScopes:
zedix:
# Create a token with `write:packages` scope: https://github.com/settings/tokens
npmAuthToken: '${GH_PACKAGE_REGISTRY_TOKEN}'
npmPublishRegistry: 'https://npm.pkg.github.com/'
npmRegistryServer: 'https://npm.pkg.github.com/'