node-dependency-tree icon indicating copy to clipboard operation
node-dependency-tree copied to clipboard

Get the dependency tree of a module

Results 35 node-dependency-tree issues
Sort by recently updated
recently updated
newest added

When using it, I found that I could not find any dependencies like `url`, `querystring`, etc. Even though `detectiveConfig.includeCore` is set to `true`, it does not work. A look at...

The PR pending in `filing-cabinet`(https://github.com/dependents/node-filing-cabinet/pull/100) should be merged and published before this PR to be merged. I personally tested this PR against https://github.com/jjangga0214/ts-yarn-lerna-boilerplate, with `filing-cabinet` patched by https://github.com/dependents/node-filing-cabinet/pull/100. Closes #135...

needs tests

Supports https://github.com/dependents/node-dependency-tree/issues/147. https://github.com/dependents/node-precinct/pull/111 will also pass this to detectives. See example use case in https://github.com/dependents/detective-typescript/pull/48.

needs tests

Hi I am importing from a node_modules package that uses the exports field to redirect to /dist ``` "exports": { "./*": "./dist/*" } ``` However these dependencies are not found...

My project has a webpack.config.js inclouds alias in resolve.like this: { entry: {}, resolve: { alias: { '@': resolve('../src/'), }, extensions: ['.js', '.jsx', '.json'], }, }; I pass this config...

Now, webpackConfig parameter just supports the file path which is not convenient as an object. So Why not supporting an object for webpackConfig parameter just like the tsConfig parameter?

Thank you very much for `node-dependency-tree`. I'm looking for a way to find all files depending on a given file (the opposite of `node-dependency-tree`). My ultimate goal is to facilitate...

I'm running this: ```bash npx dependency-tree --directory=apps/web --ts-config=apps/web/tsconfig.json --list-form apps/web/pages/index.tsx ``` But it takes ages and eventually dies with: ``` FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap...

Hi! I think tsconfig's [path mapping](https://github.com/dividab/tsconfig-paths) does not work. ## Reproduction 1. Clone https://github.com/jjangga0214/ts-yarn-lerna-boilerplate. 2. After the clone, do not get into the project, but create a new project, called...