Skip to content
New issue

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

Disallow caching local modules #2433

Closed
kripod opened this issue Jan 12, 2017 · 2 comments
Closed

Disallow caching local modules #2433

kripod opened this issue Jan 12, 2017 · 2 comments

Comments

@kripod
Copy link

kripod commented Jan 12, 2017

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.

  1. Run yarn install from the directory of a qualifying package.json file
  2. Change the source file(s) of the locally specified package
  3. Run yarn install from the same directory as in step 1

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

@eTorAken
Copy link

Seems to be a duplicate of #2165.

@kripod
Copy link
Author

kripod commented Jan 18, 2017

@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.

@kripod kripod closed this as completed Jan 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants