Closed hifiguitarguy closed 2 years ago
For me, just seemed to be cutting out the project folder I want to focus on (module-federation) so yarn doesn't go nuts restoring nested package.json files, and as well, some nohoist workspace settings were necessary for POD build pathing.
Environment
MacOS Monterey 12.1 Windows 11 NPM version: 8.15.0 YARN version: 1.22.19
Description
I've been following Re.Pack for a while, even working on the pre-release of module-federation and working into a react-native-web repo. I'm normally on Windows, but pulled this over on Mac with "yarn install"
yarn install, became: yarn install || yarn install || yarn install ...as it would incrementally progress, but finally get hung up on linking metro/src
I removed the .yarnrc.yml yarnPath, and things actually installed. Of course I'm then up against 'yarn init' / private:true rules based on current state of workspaces. Anyways, it seems like the attached version of yarn has some issues.
Steps to Reproduce
Pull yarn install
After yarn linker step it will state: "no such file or directory ... chalk"