Roman

Results 428 comments of Roman

Some preliminary reserach: Prior art: https://github.com/sindresorhus/resolve-from/ Uses some internal Node APIs tho (`Module._resolveFilename`) but perhaps stable, given the popularity of this package. The `module` package as documented by Node.js: https://nodejs.org/api/module.html

The actual problem happens during the installation phase. On the first pass `*` version is set, and then triggers a resolution of the version. If the dep was already installed...

I was really looking forward to this PR being released in the next version. 😭

> If you have a plopfile at the root of the project, couldn't you just prompt for the destination package and then use that value in your add actions? I'm...

> A generator that is imported from a source you don't control is not likely to respect your project structure. Yes, and that's precisely why I think setting `dest` is...

> When you're writing a generator for plop currently, you are thinking about project structure and where this file belongs. Not necessarily. This is _one_ way to do this. But...

Also, memory usage went way up. Here are some status for max memory consumption from CodeBuild. The only change I made was added one extra line, before `npm ci`: ```diff...

I've tested this node_module dir creation hack and it yields zero benefit in our setup (GH Actions). Snippet from the workflow: ```yaml steps: - name: Checkout uses: actions/checkout@v3 - name:...

Hey @thoughtspile, thanks for the submission 🤜🏼 However, it seems like the test is failing: ``` Error: node_modules/banditypes/dist/index.d.ts(35,138): error TS2344: Type 'T[K]' does not satisfy the constraint '(...args: any) =>...

@samchon I appreciate your involvement and I know you have put a lot of effort into thinking about this. Thank you for your contribution! I do largely agree with @sinclairzx81...