Skip to content

Babel-cli needed for running WebStorm's Test Runner #2167

Closed
@dschinkel

Description

@dschinkel

So I don't normally use create-react-app. I normally install babel-cli, babel-core, and whatever presets I need. I am using create-react-app this time and we have not ejected it.

So the docs here say babel doesn't need to be explicitly installed. Ok fine. But I see babel-cli isn't installed? I need it because I specify the node interpreter as node_modules/babel-cli/bin/babel-node in the WebStorm test runner but I don't see babel-cli installed at all via this boilerplate. I suppose I'll just have to install it manually then. Just wondering if that has any implications on the create-react-app scripts at all if I install babel-cli.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions