安装 npm install --save-dev web3@1.0.0-beta.26 出错?
Installing npm install --save-dev web3@1.0.0-beta.26 error?
我正在尝试安装 web3.js 库并遇到以下问题。
- Node.js 8.x
- Windows7.
我可以在此文件夹下找到 python 安装。
C:\Users\Mabel.windows-build-tools\python27
C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin
\....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program
Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python\path\to\executable",
you can set the PYTHON env variable.
gyp ERR! stack at PythonFinder.failNoPython (C:\Program Files\nodejs\node_mo
dules\npm\node_modules\node-gyp\lib\configure.js:483:19)
npm 配置设置 python C:\Python27\python.exe
以上命令解决了问题。
我正在尝试安装 web3.js 库并遇到以下问题。
- Node.js 8.x
- Windows7.
我可以在此文件夹下找到 python 安装。
C:\Users\Mabel.windows-build-tools\python27
C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin \....\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "python\path\to\executable", you can set the PYTHON env variable. gyp ERR! stack at PythonFinder.failNoPython (C:\Program Files\nodejs\node_mo dules\npm\node_modules\node-gyp\lib\configure.js:483:19)
npm 配置设置 python C:\Python27\python.exe
以上命令解决了问题。