From e59e2f6796a5d0bf58bcbc93383cad9638f77adc Mon Sep 17 00:00:00 2001 From: Alexis SOUMAGNE Date: Thu, 15 Oct 2015 11:13:38 +0200 Subject: [PATCH] 'babel' renamed 'babel-core' Following [this](https://github.com/yeoman/generator-gulp-webapp/issues/356) 'babel' seems to have been renamed into 'babel-core' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5bdd2a..d9bb595 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ npm install -g generator-modern-web-dev You will also need to install gulp and babel globally: ```bash -npm install --global gulp babel --no-optional +npm install --global gulp babel-core --no-optional ``` Create a new folder, go into it then invoke the generator by running the following command: @@ -142,7 +142,7 @@ If you want to build from source, you need to: * install NodeJS and npm * clone this git repository * install gulp: `npm install --global gulp` -* install babel: `npm install --global babel` +* install babel: `npm install --global babel-core` * run `npm run setup` * start hacking :)