We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you want to request a feature or report a bug? Report a bug
What is the current behavior? Modules specified by a local path in package.json get cached.
package.json
If the current behavior is a bug, please provide the steps to reproduce.
yarn install
What is the expected behavior? Local modules shall not be cached, but installed straight from their given path.
Please mention your node.js, yarn and operating system version. Node.js: v7.3.0 Yarn: v0.18.1 OS: Win10 x64
The text was updated successfully, but these errors were encountered:
Seems to be a duplicate of #2165.
Sorry, something went wrong.
@eTorAken Sorry, I was searching but could not find that specific issue about the case. I'm closing this to move further conversation over #2165.
No branches or pull requests
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
Modules specified by a local path in
package.json
get cached.If the current behavior is a bug, please provide the steps to reproduce.
yarn install
from the directory of a qualifyingpackage.json
fileyarn install
from the same directory as in step 1What is the expected behavior?
Local modules shall not be cached, but installed straight from their given path.
Please mention your node.js, yarn and operating system version.
Node.js: v7.3.0
Yarn: v0.18.1
OS: Win10 x64
The text was updated successfully, but these errors were encountered: