sporto / elm-tutorial

A guide to building web applications using Elm 0.18
396 stars 117 forks source link

The CLI moved into a separate package: webpack-cli. #200

Open mbardugo opened 6 years ago

mbardugo commented 6 years ago

While walking through the tutorial i ran into error message saying "The CLI moved into a separate package: webpack-cli. Please install 'webpack-cli' in addition to webpack itself to use the CLI."

On page 43 of the book we should add this package to the installations.

sporto commented 6 years ago

Thanks for reporting this. I need to update the tutorial to latest version of Webpack. Will try to do it soon.