Content deleted Content added
m Added link for Programming Language |
No edit summary Tags: Reverted Visual edit Mobile edit Mobile web edit |
||
Line 246:
=== Package management ===
[[npm (software)|npm]] is the pre-installed package manager for the Node.js server platform. It installs Node.js programs from the [https://www.npmjs.com/ npm registry], organizing the installation and management of third-party Node.js programs. And as mentioned it allows the use of third-party package managers such as yarn, pnpm.
=== Event loop ===
|