cat-featurehelp wantedneeds-discussiontriaged
説明
Do you want to request a feature or report a bug? This is a bug, or unexpected behaviour.
What is the current behavior?
- Have a
package.jsonwhich havedevDependenciesand one of them are private - Run
yarn --production - Yarn tries to resolve all packages and fails, because have no access to private packages
To fix that I need additional workaround with authToken (the problem arises in docker build process).
What is the expected behavior?
Yarn should only resolve production packages when --production flag exposed.
Please mention your node.js, yarn and operating system version.
node -v
v8.1.0
yarn --version
0.24.6