File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ This mono-repo contains the following packages:
38
38
1 . Install dependencies with [ pnpm] ( https://pnpm.io/ ) :
39
39
40
40
``` sh
41
+ node corepack enable
41
42
pnpm i
42
43
```
43
44
Original file line number Diff line number Diff line change 2
2
"name" : " histoire-monorepo" ,
3
3
"version" : " 1.0.0-alpha.1" ,
4
4
"private" : true ,
5
- "packageManager" : " pnpm@9.15.4 " ,
5
+ "packageManager" : " pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af " ,
6
6
"repository" : {
7
7
"url" : " https://github.com/Akryum/histoire.git" ,
8
8
"type" : " git"
61
61
"vite" : " ^6.0.1" ,
62
62
"vue" : " *"
63
63
}
64
- }
64
+ },
65
+ "onlyBuiltDependencies" : [
66
+ " svelte-preprocess"
67
+ ]
65
68
}
66
69
}
You can’t perform that action at this time.
0 commit comments