generator-node icon indicating copy to clipboard operation
generator-node copied to clipboard

Create a Node.js module

Results 9 generator-node issues
Sort by recently updated
recently updated
newest added

See https://github.com/yeoman/generator-node/pull/293#issuecomment-1078649004

Fixes https://github.com/yeoman/generator-node/issues/289 use `yarnInstall` if `--yarn option` is used: - https://yeoman.io/authoring/dependencies.html

How about to use `yarn` as an option?

https://github.com/typicode/husky/blob/master/src/installer/gitRevParse.ts#L9 https://github.com/typicode/husky/issues/580 add eslintrc.js so the brand new package can pass `npm run test`

I’m creating my own generator and compose with this `generator-node` while trying to skip installing dependencies. This used to work with version `4.2.0` however, it no longer does with a...

Getting following error while running `yo node`. I am on macOS 11.1, node v12.16 through `nvm` ``` bash yo node ? Module Name test (node:40597) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated...

https://github.com/yeoman/generator/blob/9daf15e487d5062aac81fa2a8c138911baffb9d7/lib/actions/install.js#L26 ``` js install.scheduleInstallTask = function(installer, paths, options, spawnOptions) { ``` 1. the reason for provider option installer: current use this.npmInstall when this project use as composeWith with other generator...

## Environment - Node version: v18.17.0 - npm version: 9.6.7 - Version of yo : 5.0.0 ## behavior Run the following code: ```shell yo node ``` After I complete the...

Most of the dependencies are outdated and needs to be updated to latest versions , Can I make a pull request on it?