Created
May 19, 2026 02:25
-
-
Save daqi/137b660dbc5d4e2d707ff246a17cb763 to your computer and use it in GitHub Desktop.
npmmirror
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # npm mirrors | |
| export nvm_nodejs_org_mirror="http://registry.npmmirror.com/-/binary/node" | |
| export nodejs_org_mirror="http://registry.npmmirror.com/-/binary/node" | |
| export sass_binary_site="http://registry.npmmirror.com/-/binary/node-sass" | |
| export electron_mirror="http://registry.npmmirror.com/-/binary/electron/" | |
| export SQLITE3_BINARY_SITE="http://registry.npmmirror.com/-/binary/sqlite3" | |
| export better_sqlite3_binary_host_mirror="https://registry.npmmirror.com-/binary/better-sqlite3" | |
| export profiler_binary_host_mirror="http://registry.npmmirror.com/-/binary/node-inspector/" | |
| export node_inspector_cdnurl="https://registry.npmmirror.com/-/binary/node-inspector" | |
| export puppeteer_download_host="https://registry.npmmirror.com/-/binary" | |
| export fse_binary_host_mirror="https://registry.npmmirror.com/-/binary/fsevents" | |
| export sharp_binary_host_mirror="https://registry.npmmirror.com/-/binary/sharp" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment