MacBook-Pro gulp-demo$ yo --version 3.1.1 MacBook-Pro gulp-demo$ npm install generator-generator
added 1168 packages, and audited 1854 packages in 1m
81 packages are looking for funding run `npm fund` for details
found 0 vulnerabilities MacBook-Pro gulp-demo$ yo generator ? Your generator name generator-wangshiru-gulp Your generator must be inside a folder named generator-wangshiru-gulp I'll automatically create this folder. ? Description this is a simple gulp project ? Project homepage url ? Author's Name wangshiru ? Author's Email wangshrl@163.com ? Author's Homepage wangshiru.gitlab.io ? Package keywords (comma to split) gulp ? Send coverage reports to coveralls Yes ? Enter Node versions (comma separated) 15.4.0 ? GitHub username or organization wangshiru ? Which license do you want to use? MIT create package.json create README.md create .editorconfig create .gitattributes create .gitignore create generators/app/index.js create generators/app/templates/dummyfile.txt create __tests__/app.js create .travis.yml create .eslintignore create LICENSE
I'm all done. Running npm install for you to install the required dependencies. If this fails, try running the command yourself.
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated samsam@1.3.0: This package has been deprecated in favour of @sinonjs/samsam npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
added 1140 packages, and audited 1140 packages in 2m
42 packages are looking for funding run `npm fund` for details
found 0 vulnerabilities Thanks for using Yeoman. - Enable Travis integration at https://travis-ci.com/profile/wangshiru - Enable Coveralls integration at https://coveralls.io/repos/new MacBook-Pro gulp-demo$