-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Does not correctly install tslint under devDependencies #1825
Comments
I can confirm this issue. node v7.1.0 |
Can't reproduce it on master and node 6.2.1 |
Cannot reproduce on... yarn: 0.17.3 |
I used to have this bug too: yarn 0.17.0 I can't reproduce it now using yarn 0.17.3 |
I think this can be closed. What I found is if you have a Maybe the |
Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
If the tslint package is contained within devDependencies, Yarn does not install files under node_modules/tslint/lib/test which tslint requires to operate.
If the current behavior is a bug, please provide the steps to reproduce.
With a package.json like this:
Using yarn to install produces the following result:
tslint is non-functional.
What is the expected behavior?
NPM, with the same package.json, behaves as follows:
tslint is ok.
Please mention your node.js, yarn and operating system version.
node v6.9.0
yarn v0.17.0
macOS 10.12.1
The text was updated successfully, but these errors were encountered: