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?
Bug
What is the current behavior? "phantomjs-prebuilt" fails to build with yarn --production, but builds ok without production flag If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior? yarn install --production should work Please mention your node.js, yarn and operating system version.
node v6.9.2
yarn v0.18.1
macOS Sierra v10.12.2 (16C67)
Steps to reproduce
Using package.json above
yarn (generate lock file)
rm -rf node_modules
yarn --production
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
"phantomjs-prebuilt"
fails to build withyarn --production
, but builds ok without production flagIf the current behavior is a bug, please provide the steps to reproduce.
I have the following dependencies:
What is the expected behavior?
yarn install --production
should workPlease mention your node.js, yarn and operating system version.
node v6.9.2
yarn v0.18.1
macOS Sierra v10.12.2 (16C67)
Steps to reproduce
Using
package.json
aboveyarn
(generate lock file)rm -rf node_modules
yarn --production
The text was updated successfully, but these errors were encountered: