在Debian上,Node.js的包管理工具主要有以下两种:
npm install
yarn.lock
yarn add
此外,nvm(Node Version Manager)并非包管理工具,而是用于管理多个Node.js版本的工具。