Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot convert null or undefined to object #33

Open
alasdairhurst opened this issue Dec 1, 2019 · 2 comments
Open

cannot convert null or undefined to object #33

alasdairhurst opened this issue Dec 1, 2019 · 2 comments

Comments

@alasdairhurst
Copy link

Not sure exactly the dependency that caused this, but http://npm.anvaka.com/#!/view/2d/no-one-left-behind with this error after a while.

@anvaka
Copy link
Owner

anvaka commented Dec 2, 2019

Interesting, isn't no-one-left-behind is a toy package that depends on all other packages?

I wonder which of those thousand packages, causes npmgraph to report the error.

Also I doubt that SVG would be able to handle so many elements with decent performance, but that's secondary...

@alasdairhurst
Copy link
Author

alasdairhurst commented Dec 2, 2019

It's one of a few packages which try and do that yeah. Although you can only have 1000 dependencies when publishing to NPM so there's a huge amount left out. I was interested in how many transient dependencies it had so stuck it into here. It's just as likely one of those (more than 1000) transient dependencies caused it to error.

It was actually performing quite well until it crashed, surprisingly.

I'll try and get it set up locally and debug it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants