Anonymous View
Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

react new requires separate install of ember-cli after fresh install of react-cliΒ #9

Description

@abillingsley

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions