npm install 时遇到的 pyt
- 2020 年 1 月 9 日
- 筆記
设定一个符合的一个版本
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
设定一个符合的一个版本
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