Claude Code Cli自动升级导致无法正常运行,出现如下错误代码
......@anthropic-ai\\claude-code\\bin\\claude.exe 与你运行的 Windows 版本不兼容。请查看计算机的系统信息,然后联系软件发布者。不支持的 16位应用程序 由于与64位的windows 不兼容。此程序或功能??...\odejs\node_modules@anthropic-ai\claude-code\bin\claude.exe 与你运行的 Windows 版本不兼容。请查看计算机的系统信息,然后联系软件发布者。一些镜像源应该是有分发包错误的问题,尝试更换npm源然后重新安装,
npm config set registry [你的镜像源地址]也可以尝试
npm install -g @anthropic-ai/claude-code@2.1.110 --os=win32 --cpu=x64
``
