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
I attempted to install yarn global add @developertown/react-cli which resulted in
β ~ yarn global add @developertown/react-cli
yarn global v1.15.2
[1/4] π Resolving packages...
[2/4] π Fetching packages...
[3/4] π Linking dependencies...
[4/4] π¨ Building fresh packages...
success Installed "@developertown/react-cli@0.8.0" with binaries:
- react
β¨ Done in 3.73s.
To verify the success I attempted react --help
β ~ react --help
CLI for generating and maintaining react projects at DeveloperTown
VERSION
@developertown/react-cli/0.8.0 darwin-x64 node-v10.15.1
USAGE
$ react [COMMAND]
COMMANDS
generate Generates a blueprint
help display help for react
new Creates a new react application
prepare Prepares an app to use the react-cli
which works. I then attempted to generate a new project using
β Desktop react new my-app
β ember-cli is not installed.
once I installed ember-cli globally everything worked as expected. I would expect the ember-cli dependency to be mostly hidden from users of our tool
I attempted to install
yarn global add @developertown/react-cliwhich resulted inTo verify the success I attempted
react --helpwhich works. I then attempted to generate a new project using
once I installed ember-cli globally everything worked as expected. I would expect the ember-cli dependency to be mostly hidden from users of our tool