Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经升级Yarn到v2. 我看到没有node_modules文件夹了。但我Podfile仍在寻找它。我该如何解决?
Yarn
v2
node_modules
Podfile
node_modules默认 Yarn 2 PnP 安装策略不可用。但是您可以更改此设置,将以下行添加到您的.yarnrc.yml文件中以将安装策略从 PnP 更改为node_modules:
.yarnrc.yml
nodeLinker: node-modules