Marcelo Shima
Marcelo Shima
At least it looks wrong at generated sample. 
This is a isbinary bug, please post in https://github.com/gjtorikian/isBinaryFile/issues. mem-fs-editor@11 release is already node >= 18 only. It affects v9 and v10. As workaround you can use package.json overrides field.
@Zarmeena please post a full reproduction steps. Like creating a template, committing and copying the template. `copyTpl` supports file, glob, or array as source. If a glob or array is...
As workaround: - manually delete the cache. - make sure every run processes every issue so cache is not created.
@jraoult from the issue description, you will need to patch cjs-loader instead, so https://github.com/esbuild-kit/cjs-loader/pull/23 may be relevant but I don't think it fixes the issue. You will probably need to...
@privatenumber would be really nice to have this feature. We are having trouble to import a ts (commonjs) file from a mjs file. mjs files requires the extension, which breaks...
Disabling `skipLibCheck` because a single dependency is quite drastic. We’ve switched to piscina.
Can you create the PR? But probably it should go at: https://github.com/yeoman/doctor/blob/df93f8a73e1654f5f91414bd5e5d923b15f7812f/lib/rules/node-path.js#L51 What os are you running?
@dfee if you are doing some custom lookups, you can consider using yeoman-environment directly. AFAIC yo is a stand-alone cli and yeoman-doctor is an yo utility.
I know it’s possible because of https://github.com/yeoman/environment/issues/164. I don’t know any public generator or example. I know that environment lookup and yo command doesn’t lists ts generators. But I will...