logo

该视频仅会员有权观看

立即开通课程「Node 框架 Express 实践」权限。

¥
199
/ 年

macOS:安装 Node.js

  • Go to the official website of Note G S to download the long-term support version.
  • Preferred method is to download the Note G S installation package for MacOS, which has a .pkg extension.
  • Open the downloaded Note G S installation package. If unable to open, click "OK," then right-click and select "Open" again to bypass the restriction.
  • Follow the installation wizard by continuing and agreeing to the license agreement.
  • When prompted, enter the user password to proceed with the installation.
  • After installation, you can opt to delete the installer.
  • With Node.js installed, open the terminal and use two command-line tools: Node and NPM.
  • Check the installed version of Node.js with node -v and NPM with npm -v.
  • NPM is Node.js's package manager and will be used later for managing application packages.