Node.js: Difference between revisions

Content deleted Content added
Sqidt (talk | contribs)
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
Reverting edit(s) by Sqidt (talk) to rev. 1226910295 by Razbal: Manual of Style issues (UV 0.1.5)
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 ===