Which of the following is used to create package managers in Node.js?
A) npm
B) Yarn
C) pnpm
D) all of the above
Answer: D
Explanation: npm, Yarn, and pnpm are all used to create package managers in Node.js.