Skip to content

Instantly share code, notes, and snippets.

@SimTsai
SimTsai / gist:429c2f2640d04f1d90a2e1839ca58647
Created March 19, 2024 06:05
Battle.net 安装卡45%解决方法
HKCU\Software\Blizzard Entertainment\Launcher
Locale 设置为 enUS
@SimTsai
SimTsai / frontend_remark.md
Last active October 27, 2021 02:47
前端remark

包管理演进

  1. npm

    node.js 默认集成包管理工具。

  2. yarn 1.x 2.x+

    1.x 为独立安装方式, 2.x npm包方式安装, 并默认集成进node.js的docker镜像中。