Commit 8b492f4
authored
fix: set YARN_NODE_LINKER=node-modules for yarn dlx commands (#1128)
* fix: set YARN_NODE_LINKER=node-modules for yarn dlx commands
Yarn PnP mode fails when packages have undeclared dependencies
(e.g. @coana-tech/cli accessing @babel/types). Setting the
YARN_NODE_LINKER env var to node-modules forces traditional
node_modules resolution, avoiding PnP strict dependency errors.
* chore: bump version to 1.1.761 parent 5e9e01d commit 8b492f4
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
150 | 160 | | |
151 | 161 | | |
152 | 162 | | |
| |||
0 commit comments