# node-study **Repository Path**: fun-study/node-study ## Basic Information - **Project Name**: node-study - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-05 - **Last Updated**: 2025-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装nvm ```shell curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash export NVM_NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node ``` # 安装Node ```shell npm install 18.16.1 npm config set registry https://registry.npmmirror.com/ npm config get registry ``` # 安装依赖 ```shell npm install ```