M!NDBYTE
M!NDBYTE
DDeno
Created by M!NDBYTE on 1/19/2024 in #help
`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
DDeno
Created by M!NDBYTE on 1/19/2024 in #help
`deno cache` with `node_modules_dir` moves sub-dependencies into `.deno/node_modules` dir
NOTE: There's the NODE_PATH environment variable, but deno cache is still not npm compatible like that.
5 replies