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

Howdy! In sass, you can use `sass-loader` with Webpack to resolve Sass imports from node modules. This can look something like the following: ```sass @import 'npm-package/stylesheet' // etc ``` This...

I find `.jsx` file is supported in `filling-cabinet` by use `jsLookup`. but no vue I want to get vue-project's dependency-tree want should i do?

I'm having trouble running this package over dependencies that include in index.tsx file as I'm getting the error: ` tree skipping an empty filepath resolution for partial: components/lib +29ms` My...

Hello! Maybe I'm creating an issue in the wrong repository and real problem hides somewhere in dependencies. But I use `dependency-tree` as an entry point, so ... it looks like...

In my use-case i'm processing the files, identified by `node-dependency-tree`, again. In order to avoid re-resolving the dependencies in my own code, i added the `partial` to the output. This...

has conflicts

Is there any support for precinct `es6.mixedImports` in dependency-tree cli?

In our source code, we have imports that do not have paths, and that are not `node-modules`. For example: ```javascript import 'special-library.lib.js' ``` Currently, when I try to get the...

import 'assets/styles/default.scss'; working in macOS, but not working in Windows. Path doesn't resolve and dependencies not found.

Can this tool be configured to exclude all imports of any types (via `import type`) from being considered as file dependencies?