检查 npm 和 Node.js 版本

要查看您是否已经安装了 Node.js 和 npm 并检查安装的版本,请运行以下命令:

To see if you already have Node.js and npm installed and check the installed version, run the following commands:

node -v
npm -v