Skip to content

Instantly share code, notes, and snippets.

@daqi
Created May 19, 2026 02:25
Show Gist options
  • Select an option

  • Save daqi/137b660dbc5d4e2d707ff246a17cb763 to your computer and use it in GitHub Desktop.

Select an option

Save daqi/137b660dbc5d4e2d707ff246a17cb763 to your computer and use it in GitHub Desktop.
npmmirror
# 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