npm安装node模块时出现了下面的错误:

npm ERR! gyp verb check python checking for Python executable “python” in the PATH
npm ERR! gyp verb `which` failed Error: not found: python

macOS Monterey将python2移除了,找不到python,到python官网下载一个即可。

# 查看python版本
python --version