Commit d13e193
committed
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.1 parent 5e9e01d commit d13e193
1 file changed
+10
-0
lines changed| 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