Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

'babel' renamed 'babel-core' #3

Merged
merged 1 commit into from
Oct 15, 2015
Merged

Conversation

almex
Copy link
Contributor

@almex almex commented Oct 15, 2015

Following this 'babel' seems to have been renamed into 'babel-core'

Following [this](yeoman/generator-webapp#356) 'babel' seems to have been renamed into 'babel-core'
@dsebastien
Copy link
Owner

I think that the CLI is still installed using babel and not babel-core: https://babeljs.io/docs/setup/#babel_cli
They have probably just split the CLI and the actual compiler parts...

@almex
Copy link
Contributor Author

almex commented Oct 15, 2015

If I remember well it was to resolve the 'WARN unresolved babel-register'
during the setup of your project and for 'gulp' I had the same issue as the
one described in my previous link.
So, I don't know yet if my solution is correct (I don't know enough about
all those new libraries), but it has removed all the error/warning
messages.

2015-10-15 17:44 GMT+02:00 Sebastien [email protected]:

I think that the CLI is still installed using babel and not babel-core:
https://babeljs.io/docs/setup/#babel_cli
They have probably just split the CLI and the actual compiler parts...


Reply to this email directly or view it on GitHub
#3 (comment)
.

@dsebastien
Copy link
Owner

You're right, adding babel-core seems to fix the warning when gulp is loaded.
I'll keep babel as well as that one provides the CLI which is also nice to have at hand

dsebastien added a commit that referenced this pull request Oct 15, 2015
'babel' renamed 'babel-core'
@dsebastien dsebastien merged commit 18c20f2 into dsebastien:master Oct 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants