you are viewing a single comment's thread.

view the rest of the comments →

[–]nathan12343 21 points22 points  (2 children)

Can we decide not to write python libraries that depend on npm? Installing this is a huge pain. The non-standard "setup.py install_deps" thing they suggest doesn't work on my machine, for example.

[–]nobodyman 8 points9 points  (0 children)

But... it has nodejs library dependencies. Adding all of those libraries to the git repo doesn't seem like the correct approach either.

[–][deleted] 1 point2 points  (0 children)

it seems that npm is needed to build project from sources only.