npm install 时遇到的 pyt

2023-01-31 03:01:20 npm install pyt

设定一个符合的一个版本

You can use --python option to npm like so:

npm install --Python=python2.7

or set it to be used always:

npm config set python python2.7

相关文章