Skip to content

NODE 基础

安装 yarn

shell
npm install -g yarn

清除缓存

shell
npm cache clean --force
yarn cache clean

Released under the MIT License.