Code Monkey home page Code Monkey logo

Comments (7)

amiram avatar amiram commented on August 29, 2024

The upgrade to 3.0.0 is not only changing dependency

from dependo.

pojono avatar pojono commented on August 29, 2024

Amiram, on your computer is everything ok? With [email protected]

from dependo.

amiram avatar amiram commented on August 29, 2024

Yes. if it is not working for you please write what is the bug exactly and how to reproduce it.

from dependo.

pojono avatar pojono commented on August 29, 2024

Okay. My OS is Ubuntu 16.04.
I download https://github.com/claymcleod/nodejs-rest-api-example and extract in home folder

For example, "app.js" has dependencies:

var authController = require('./controllers/AuthController');
var userController = require('./controllers/UserController');
var recipeController = require('./controllers/RecipeController');

Then I opened my terminal and executed:
npm i -g dependo

And:
dependo -f amd ~/nodejs-rest-api-example-master/ > ~/nodejs-rest-api-example-master/report.html

In report.html I do not see connections between modules.

screenshot from 2018-02-01 16-45-15

from dependo.

amiram avatar amiram commented on August 29, 2024

I see the connections if I use -f cjs

from dependo.

pojono avatar pojono commented on August 29, 2024

Fine! It`s work!

Can I exclude from graph npm modules? Like "passport" or "express".
And see only my project files dependencies?

I used command
dependo -f cjs --exclude "^node_modules" ~/nodejs > ~/nodejs/report.html

1

from dependo.

pojono avatar pojono commented on August 29, 2024

I exclude node_modules folder and some system dependencies

--exclude "node_modules|fs|path|http"

Working ok. Thank you very much!

from dependo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.