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