# For Windows user - for windows user, download [Node.js](https://nodejs.org/en/download/current/) and then, ```bash npm config set registry 'https://registry.npmmirror.com/' --global # ONLY for China user npm install -g yarn yarn config set registry 'https://registry.npmmirror.com/' --global # ONLY for China users ```