yeoman / generator-webapp_DEPRECATED

Yeoman generator that scaffolds out a front-end web app
http://yeoman.io
974 stars 310 forks source link

Deprecation of generator-webapp but it was still include in Getting started instruction in Yeoman #630

Closed rosegbn closed 5 years ago

rosegbn commented 8 years ago

I found that generator-webapp is not supported and it will be moving to generator-gulp-webapp as mentioned in https://github.com/yeoman/generator-webapp/issues/567 . I'm new to Yeoman and as a beginner it is really confusing to know that generator-webapp is still included in Getting Started instruction in official website.

rosegbn commented 8 years ago

Process npm i yo -g npm i generator-webapp -g

Error: require('yeoman-generator').generators.Base is deprecated. Use require('yeoman-generator').Base directly

eddiemonge commented 8 years ago

These are two separate issues. The first is this generator being deprecated. We haven't officially deprecated it yet so the getting started guide can still be used.

As for your second comment, what version of the generator are you using?

sindresorhus commented 5 years ago

Closing as this repo is deprecated.