Skip to content

Instantly share code, notes, and snippets.

@gamelife2025
Last active May 12, 2023 15:46
Show Gist options
  • Save gamelife2025/07ccd09d6e439dcf0a644e1c39ad0aea to your computer and use it in GitHub Desktop.
Save gamelife2025/07ccd09d6e439dcf0a644e1c39ad0aea to your computer and use it in GitHub Desktop.
  • npm加速
npm install --registry=http://registry.npmmirror.com
  • powershell报错不能执行脚本
get-ExecutionPolicy
set-ExecutionPolicy RemoteSigned
  • node报错
    • ERR_OSSL_EVP_UNSUPPORTED
    export NODE_OPTIONS=--openssl-legacy-provider
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment