Simon Boudrias
Simon Boudrias
We just deprecated old node version. Feel free to send a PR bumping the version, everything else should work as is 😁
Nothing is outputted?
Okay, well maybe that generator is broken, we haven't touched the core of it in ~ 2 years. Basically no one stepped up to be the maintainer of it.
Let's keep open. We/someone should fix it.
@osmarpetry global modules are not `require()`able in Node. As such, this wouldn't fix the issue.
So the first prompt will call the npm API to check if the name is available. I wonder if somehow (maybe a corporate proxy or a firewall on your machine)...
Well, you could check the code and try to log somewhere. I don't know why the error is being silenced, but most likely a promise silence the error.
Are you sure there's no asynchronous locks? Like a `done = this.async()` not being called?
generator-license could remember the latest selected value using the `store` property: `prompt({name: 'license', store: true ...})` I don't think there's a convenient manual way for you to do so.
I tried this out yesterday and there's a major issue I didn't consider... The problem is a lot of packages on npm do not provide cjs builds anymore. So even...