npm install 时遇到的 pyt

发布时间:2019-08-30 08:37:56编辑:auto阅读(1762)

    设定一个符合的一个版本

    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

关键字