GitHub で見る
 (2 comments) (1 reaction) (0 assignees)JavaScript (100 forks)github user discovery
help wanted

Repository metrics

Stars
 (391 stars)
PR merge metrics
 (PR metrics pending)

説明

Running the build command, I get:

You have mistakenly installed the `babel` package, which is a no-op in Babel 6.
Babel's CLI commands have been moved from the `babel` package to the `babel-cli` package.

    npm uninstall babel
    npm install --save-dev babel-cli

Installing babel-cli and babel-preset-env solved the issue.

コントリビューターガイド