-1

.. such as the ones in following screenshot (Node 8 on Ubuntu):

node.js installation python packages

marko-36
  • 1,309
  • 3
  • 23
  • 38

1 Answers1

1

As far as I know a Node package does not only have to consist of only JavaScript. It could require python or contain C.

CasperJS even contains C#:

https://github.com/casperjs/casperjs/blob/master/src/casperjs.cs

NodeJS itself uses gyp so naturally I would assume it also requires python if it is not already present on your machine: https://nodejs.org/en/docs/meta/topics/dependencies/#gyp

mchl18
  • 2,119
  • 12
  • 20