-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
Trying to debug an issue I originally posted to: facebook/create-react-app#2751
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Yarn fails to install "react-scripts" with no errors given. npm installs it fine.
If the current behavior is a bug, please provide the steps to reproduce.
yarn add [email protected]
What is the expected behavior?
"react-scripts" should be installed but when I navigate to /node_modules/react-scripts there's a number of folders missing: bin, config, scripts.
If I use NPM it installs fine.
Because there's no errors given I have no idea how to start debugging this. I'm looking for some direction.
Please mention your node.js, yarn and operating system version.
Node 6.11.0
Yarn 0.27.5
Windows 8.1 Pro