Closed
Description
Do you want to request a feature or report a bug?
bug
What is the current behavior?
β ~ yarn global add create-react-app
yarn global v0.15.1
warning No license field
[1/4] π Resolving packages...
[2/4] π Fetching packages...
warning lodash@2.4.2: The engine "rhino" appears to be invalid.
warning benchmark@1.0.0: The engine "rhino" appears to be invalid.
[3/4] π Linking dependencies...
[4/4] π Building fresh packages...
success Installed create-react-app@0.5.0 with binaries:
- create-react-app
β¨ Done in 8.43s.
β ~ which create-react-app
create-react-app not found
What is the expected behavior?
β ~ yarn global add create-react-app
yarn global v0.15.1
warning No license field
[1/4] π Resolving packages...
[2/4] π Fetching packages...
warning lodash@2.4.2: The engine "rhino" appears to be invalid.
warning benchmark@1.0.0: The engine "rhino" appears to be invalid.
[3/4] π Linking dependencies...
[4/4] π Building fresh packages...
success Installed create-react-app@0.5.0 with binaries:
- create-react-app
β¨ Done in 8.43s.
β ~ which create-react-app
/usr/local/bin/create-react-app
Please mention your node.js, yarn and operating system version.
β ~ system_profiler SPSoftwareDataType
Software:
System Software Overview:
System Version: macOS 10.12 (16A323)
Kernel Version: Darwin 16.0.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Secure Virtual Memory: Enabled
System Integrity Protection: Enabled
β ~ node --version
v6.7.0
β ~ yarn --version
0.15.1