Marcelo Shima

Results 573 comments of Marcelo Shima

I've added a console.log in `/usr/local/lib/node_modules/npm/node_modules/libnpmexec/lib/index.js`: ``` // package requested by specific version if (spec.type === 'version' && (node.pkgid === spec.raw)) { console.log(node) return { node } ``` It prints:...

@anothergoodguy can you contribute with a PR?

Maybe focus on Node's built-in support https://nodejs.org/api/typescript.html#modules-typescript.

`this.composeWith` is async in yo 5 due to ESM import and should be sync in yo 6 with node that supports requiring ESM.

skipInstall is an environment option now, you should pass through cli or set it in environment. ``` this.env.options.skipInstall = true; ```

@rajesh-ryse you should list files you think it should be removed, a PR is welcome. I cannot transfer the issue to quarkus blueprint.

Should be fixed in https://github.com/jhipster/generator-jhipster-quarkus/pull/437

We should copy the server generator from ionic. https://github.com/jhipster/generator-jhipster-ionic/tree/main/generators/server

> @mshima It's interesting that this exists because the main generator [allows Ionic by default](https://github.com/jhipster/generator-jhipster/blob/main/generators/server/templates/src/main/resources/config/application-dev.yml.ejs#L288). @mraible only for `ionic serve`, simulators requires `capacitor://localhost` and `http://localhot`. See https://ionicframework.com/docs/troubleshooting/cors