Skip to content

Instantly share code, notes, and snippets.

@JWPapi
Created October 14, 2016 06:48
Show Gist options
  • Save JWPapi/7addd3d71639e5c63d1169e67e855e9b to your computer and use it in GitHub Desktop.
Save JWPapi/7addd3d71639e5c63d1169e67e855e9b to your computer and use it in GitHub Desktop.
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "C:\Users\jwagner\AppData\Local\.
mt-os.windows.x86_32\dev_bundle\python\python.exe", you can set the PYTHON env varia
gyp ERR! stack at failNoPython (C:\Users\jwagner\AppData\Local\.meteor\packages\
6_32\dev_bundle\lib\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14)
gyp ERR! stack at C:\Users\jwagner\AppData\Local\.meteor\packages\meteor-tool\1.
e\lib\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:82:15)
gyp ERR! System Windows_NT 10.0.10240
gyp ERR! command "C:\\Users\\jwagner\\AppData\\Local\\.meteor\\packages\\meteor-tool
_bundle\\bin\\node.exe" "C:\\Users\\jwagner\\AppData\\Local\\.meteor\\packages\\mete
32\\dev_bundle\\lib\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "r
gyp ERR! cwd C:\Users\jwagner\Documents\OnsenUI-Meteor-ToDo\node_modules\bcrypt
gyp ERR! node -v v4.6.0
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
npm ERR! Windows_NT 10.0.10240
npm ERR! argv "C:\\Users\\jwagner\\AppData\\Local\\.meteor\\packages\\meteor-tool\\1
ndle\\bin\\node.exe" "C:\\Users\\jwagner\\AppData\\Local\\.meteor\\packages\\meteor-
\dev_bundle\\lib\\node_modules\\npm\\bin\\npm-cli.js" "--save" "install" "bcrypt"
npm ERR! node v4.6.0
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the bcrypt package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs bcrypt
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls bcrypt
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\jwagner\Documents\OnsenUI-Meteor-ToDo\npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment