Open TheYkk opened 4 years ago
I am getting a similar issue.
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. gyp ERR! stack at PythonFinder.failNoPython (/usr/src/app/node_modules/node-gyp/lib/configure.js:484:19) gyp ERR! stack at PythonFinder.<anonymous> (/usr/src/app/node_modules/node-gyp/lib/configure.js:406:16) gyp ERR! stack at F (/usr/src/app/node_modules/which/which.js:68:16) gyp ERR! stack at E (/usr/src/app/node_modules/which/which.js:80:29) gyp ERR! stack at /usr/src/app/node_modules/which/which.js:89:16 gyp ERR! stack at /usr/src/app/node_modules/isexe/index.js:42:5 gyp ERR! stack at /usr/src/app/node_modules/isexe/mode.js:8:5 gyp ERR! stack at FSReqCallback.oncomplete (node:fs:194:21) gyp ERR! System Linux 5.4.0-65-generic gyp ERR! command "/usr/local/bin/node" "/usr/src/app/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" gyp ERR! cwd /usr/src/app/node_modules/node-sass gyp ERR! node -v v15.7.0 gyp ERR! node-gyp -v v3.8.0 gyp ERR! not ok Build failed with error code: 1 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. The command '/bin/sh -c yarn' returned a non-zero code: 1
node-sass package require python2.7 but in the latest node:alpine package have python 3.8