You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install dependencies with yarn, I see error below:
Internal Error: The "yarn-path" option has been set (in /Users/yshrsmz/repos/github.com/yshrsmz/feed/.yarnrc.yml), but the specified location doesn't exist (/Users/yshrsmz/repos/github.com/yshrsmz/feed/.yarn/releases/yarn-3.2.1.cjs).
at i (/Users/yshrsmz/.node/corepack/yarn/3.2.1/yarn.js:449:11811)
at async r (/Users/yshrsmz/.node/corepack/yarn/3.2.1/yarn.js:449:10914)
This happens because the repo does not include .yarn/releases/yarn-3.2.1.cjs.
Describe the bug
When trying to install dependencies with yarn, I see error below:
This happens because the repo does not include
.yarn/releases/yarn-3.2.1.cjs
.https://yarnpkg.com/getting-started/qa/#which-files-should-be-gitignored
According to the yarn documentation, we should add these lines to
.gitignore
, and commit some files in.yarn
directory.To Reproduce
Steps to reproduce the behavior:
yarn install
Expected behavior
A clear and concise description of what you expected to happen.
Actual behavior
A clear and concise description of what is the actual outcome.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: