Do you want to request a feature or report a bug?
Bug
What is the current behavior?
The webpack-cli init command does not work on Node v4 or v5. From experimenting with #183, I believe this is because the yeoman-generator package is distributed in ES6.
If the current behavior is a bug, please provide the steps to reproduce.
$ nvm install 5 # or 4
$ nvm use 5 # or 4
$ npm install -g webpack-cli
$ webpack-cli init
What is the expected behavior?
The yeoman generator should run, prompt for user input, and generate a new Webpack project.
If this is a feature request, what is motivation or use case for changing the behavior?
Please mention other relevant information such as the browser version, Node.js version, Operating System and programming language.
Tested on Ubuntu 16.10 and MacOS 10.11, with Node v4 and v5.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
The
webpack-cli initcommand does not work on Node v4 or v5. From experimenting with #183, I believe this is because theyeoman-generatorpackage is distributed in ES6.If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
The yeoman generator should run, prompt for user input, and generate a new Webpack project.
If this is a feature request, what is motivation or use case for changing the behavior?
Please mention other relevant information such as the browser version, Node.js version, Operating System and programming language.
Tested on Ubuntu 16.10 and MacOS 10.11, with Node v4 and v5.