anvaka / npmgraph.an

2d visualization of npm

Home Page:https://npm.anvaka.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github dependencies broken?

derhuerst opened this issue · comments

when running the tool with derhuerst/vbb-rest (which has a github dependency), it fails with Error {}.

Yes! Thanks for reporting. I see the 404 error when trying to build this graph: http://npm.anvaka.com/#/view/2d/vbb-rest .

The entry point to graph building is here: https://github.com/anvaka/npmgraph.an/blob/master/src/scripts/viewer/graphBuilder.js - I can take a look into this when I find some time this week, unless someone fixes it before me.

@anvaka npmgraphbuilder will have to be patched, right?

bump.

This should be "fixed" now: http://npm.anvaka.com/#/view/2d/vbb-rest

Due to CORS restrictions we cannot download remote git packages. They become "dead ends" in the graph. It's better than crashing, but not perfect.