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
Do you want to request a feature or report a bug?
feature
What is the current behavior?
yarn add [email protected]
yarn add v0.18.1
info No lockfile found.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
error Couldn't find a package.json file in "/Users/bestander/work/temp/tap/node_modules/tap/node_modules/tap-consumer"
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
What is the expected behavior?
Npm@3 installs tap-consumer from npm even though it is not in dependencies and is missing from the package as described in bundledDependencies
bestander
changed the title
[npm compat] bundledDependencies in package.json is considered optional by npm
[npm compat] bundledDependencies in package.json is not considered optional as by npm
Jan 24, 2017
Do you want to request a feature or report a bug?
feature
What is the current behavior?
What is the expected behavior?
Npm@3 installs tap-consumer from npm even though it is not in
dependencies
and is missing from the package as described inbundledDependencies
Users/bestander/work/temp/tap
└─┬ [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ └── [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│ └─┬ [email protected]
│ ├── [email protected]
│ └── [email protected]
├── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ └── [email protected]
│ └── [email protected]
└── [email protected]
This is clearly an error in package but we might consider backporting the bug
Please mention your node.js, yarn and operating system version.
Node 6
Yarn 0.18+
Mac OS / Linux
The text was updated successfully, but these errors were encountered: