M!NDBYTE
`deno cache` with `node_modules_dir` moves sub-dependencies into `.deno/node_modules` dir
@marvinh. Thank you for your answer! Sorry I didn't clarify this: I'm using esbuild, which expects all packages in node_modules directly, I guess. I don't want to use npm, so I did a
deno cache
instead to populate node_modules. Do I have a chance to not use NODE_PATH
with esbuild?5 replies