NPM digital envelope routines::unsupported

报错信息

ERROR  Error: error:0308010C:digital envelope routines::unsupported
Error: error:0308010C:digital envelope routines::unsupportedat new Hash (node:internal/crypto/hash:101:19)at Object.createHash (node:crypto:139:10)

解决方案

Node.js版本号太高,切换成低版本就行;

本地nvm使用的版本22.22.0来执行Claude Code,切换到其他项目共用的16.15.0即可使用。