brew install node
Error: python@3.9: wrong number of arguments (given 1, expected 0)
网上搜索说是安装一遍cmake
brew install cmake
Error: python@3.9: wrong number of arguments (given 1, expected 0)
但是还是会报同样的错误的
真正的解决办法
主动更新一遍brew
brew update
就可以解决问题
本文讲述了如何通过更新Homebrew来解决在安装Node.js时遇到的python@3.9错误,提示参数不正确。通过先安装CMake并尝试无果后,博主分享了正确的解决方案,即直接更新Homebrew包管理器。
5463

被折叠的 条评论
为什么被折叠?



