Skip to content

New install, no edits, npm start, and I see syntax error: unexpected token #237

@cschweda

Description

@cschweda

New install:

npm install -g create-react-app

create-react-app my-app
cd my-app/
npm start

No edits, no changes.

And I get this error:

var isSmokeTest = process.argv.some(arg =>
                                         ^
SyntaxError: Unexpected token >
    at Module._compile (module.js:439:25)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
    at startup (node.js:119:16)
    at node.js:929:3

Running on a Macbook Pro, El Capitan.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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