nodejs available on pypi? #4571
Replies: 4 comments 1 reply
-
| 
         Why do you want node.js in Pypi ? Because it's a python package registry and node.js isn't python lib.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Hello @AugustinMauroy . How do you explain there is an old version of nodejes in pypi? https://pypi.org/project/nodejs/  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Hi Simon, Node.js is not available on PyPI because PyPI is specifically designed for Python packages, whereas Node.js is a standalone JavaScript runtime. Typically, programming languages and runtimes like Node.js are distributed through their own package managers, such as: nvm (Node Version Manager) – For managing Node.js versions easily. Are you looking for a specific use case where having Node.js on PyPI would be beneficial? Best regards,  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         As said in the comments above, Node.js is not available on PyPI. The only official ways to install Node.js are listed on our Downloads page  | 
  
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I guess I'm the only one who don't understand but why not having nodejs on Pypi ? There are old and unofficial package but why not a recent official one?
Best regards,
Simon
Beta Was this translation helpful? Give feedback.
All reactions