Emily Kauffman
Emily Kauffman
Any update for 2018?
Came to ask this question too. I recently upgraded from yarn 1 to 3 and I'm running into this. I'm using yarn workspaces but not the PnP yet. ``` ➤...
@merceyz my local is `3.2.3` (`yarn -v`) In my Dockerfile, I'm doing this: ``` RUN yarn set version berry RUN yarn install --immutable ``` Looks like berry is 3.2.3. Should...
Setting the version explicitly fixed my issue, so thank you! As for copying the CLI, right now I'm doing this: ``` ADD package.json yarn.lock .yarnrc.yml ./ ADD .yarn ./.yarn ```...
I'm getting this same error when upgrading from "3.0.2" to "3.0.3". I realized I had react-select installed but wasn't using it. I removed it from my package.json but the error...