We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702845c commit d144367Copy full SHA for d144367
.yarnrc.yml
@@ -5,3 +5,5 @@ nodeLinker: node-modules
5
plugins:
6
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
7
spec: "@yarnpkg/plugin-workspace-tools"
8
+
9
+yarnPath: .yarn/releases/yarn-3.1.1.cjs
package.json
@@ -5,10 +5,6 @@
"repository": {
"url": "https://github.com/tamagui/tamagui"
},
- "volta": {
- "node": "16.13.2",
10
- "yarn": "1.22.17"
11
- },
12
"workspaces": {
13
"packages": [
14
"packages/*"
packages/site/package.json
@@ -3,8 +3,7 @@
3
"version": "1.0.0-alpha.48",
4
"private": true,
"volta": {
+ "node": "16.13.2"
"scripts": {
"dev": "NODE_ENV=development next dev --port 5005",
0 commit comments