deno icon indicating copy to clipboard operation
deno copied to clipboard

Remove `node_modules` folder created for initializing an NPM project

Open mintydev789 opened this issue 7 months ago • 1 comments

When you use deno init --npm, and the project setup requires some NPM package, it creates a node_modules directory with the one create-<framework> dependency in it. It would be nice if deno init stored the dependencies it requires for project initialization somewhere else temporarily. Example: deno init --npm solid creates node_modules/create-solid, which is useless after installation.

mintydev789 avatar May 29 '25 20:05 mintydev789

@dsherret

mintydev789 avatar May 29 '25 20:05 mintydev789

i will work on this

edilson258 avatar Jun 06 '25 13:06 edilson258