sahil@sahil-VirtualBox:~/Desktop/newmedi/mediawiki/extensions/RevisionSlider$ npm install | |
> [email protected] install /home/sahil/Desktop/newmedi/mediawiki/extensions/RevisionSlider/node_modules/fibers | |
> node build.js || nodejs build.js | |
gyp ERR! configure error | |
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable. | |
gyp ERR! stack at PythonFinder.failNoPython (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:484:19) | |
gyp ERR! stack at PythonFinder.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:406:16) | |
gyp ERR! stack at F (/usr/local/lib/node_modules/npm/node_modules/which/which.js:68:16) | |
gyp ERR! stack at E (/usr/local/lib/node_modules/npm/node_modules/which/which.js:80:29) | |
gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/which/which.js:89:16 | |
gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/isexe/index.js:42:5 | |
gyp ERR! stack at /usr/local/lib/node_modules/npm/node_modules/isexe/mode.js:8:5 | |
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:154:21) | |
gyp ERR! System Linux 5.8.0-53-generic | |
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--release" | |
gyp ERR! cwd /home/sahil/Desktop/newmedi/mediawiki/extensions/RevisionSlider/node_modules/fibers | |
gyp ERR! node -v v10.15.2 | |
gyp ERR! node-gyp -v v3.8.0 | |
gyp ERR! not ok | |
node-gyp exited with code: 1 | |
Please make sure you are using a supported platform and node version. If you | |
would like to compile fibers on this machine please make sure you have setup your | |
build environment-- | |
Windows OS X instructions here: https://github.com/nodejs/node-gyp | |
Ubuntu users please run: `sudo apt-get install g build-essential` | |
RHEL users please run: `yum install gcc-c ` and `yum groupinstall 'Development Tools'` | |
Alpine users please run: `sudo apk add python make g ` | |
sh: 1: nodejs: not found | |
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents): | |
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) | |
npm ERR! file sh | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno ENOENT | |
npm ERR! syscall spawn | |
npm ERR! [email protected] install: `node build.js || nodejs build.js` | |
npm ERR! spawn ENOENT | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /home/sahil/.npm/_logs/2021-06-09T19_29_07_391Z-debug.log |
Event Timeline
Comment Actions
@zeljkofilipin : I am getting this error in all the repositories. Deleting package-lock.json and running npm install is not generating lock file, instead throwing this error
Comment Actions
@Sahilgrewalhere looks like you have to have python installed.
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
I think I've mentioned it a few times, but installing npm packages from a Fresh container should work on all platforms. (The container has python and correct versions of node and npm, for example.) Let me know if you need help installing or using Fresh.