flexdinesh/npm-module-boilerplate

Babel deprecated

Open

#3 ouverte le 22 janv. 2019

Voir sur GitHub
 (2 commentaires) (1 réaction) (0 assignés)JavaScript (100 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (391 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur