You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 more recent 5.x version.
👋 @springcomp I know it's been a while, but from yeoman/yeoman#1779 we're rebooting maintenance here. Is this issue still something you're interested in resolving?
Hello @JoshuaKGoldberg yes I’m very much interested in a proper solution for this issue.
I’ll try and come up with a small repro case and will come back to you here.
The snippet in the OP is coming out of my custom TypeScript generator.
This version is published as v0.8.0.
I can attest that it worked at the time with the following conditions:
NodeJS 12.22.12
Yo version 4.0.0
I will update this post to narrow down the versions after which it stopped working.
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 more recent5.x
version.The text was updated successfully, but these errors were encountered: