mahnunchik / gulp-responsive

gulp-responsive generates images at different sizes
https://npmjs.com/gulp-responsive
MIT License
502 stars 62 forks source link

npm install error - node v14.17.6 #154

Closed crowscript closed 2 years ago

crowscript commented 2 years ago

I got this error:

npm ERR! path C:\Users\crow\Documents\crow\www\VUE\Static\node_modules\gulp-responsive\node_modules\sharp
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
npm ERR! info sharp Using cached C:\Users\crow\AppData\Local\npm-cache\_libvips\libvips-8.8.1-win32-x64.tar.gz
npm ERR! info sharp Creating C:\Users\crow\Documents\crow\www\VUE\Static\FINAL\New folder (2)\node_modules\gulp-responsive\node_modules\sharp\build\Release
npm ERR! info sharp Copying DLLs from C:\Users\crow\Documents\crow\www\VUE\Static\node_modules\gulp-responsive\node_modules\sharp\vendor\lib to C:\Users\crow\Documents\crow\www\VUE\Static\FINAL\New folder (2)\node_modules\gulp-responsive\node_modules\sharp\build\Release
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp info using node-gyp@3.8.0
npm ERR! gyp info using node@14.17.6 | win32 | x64
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
npm ERR! gyp ERR! stack     at PythonFinder.failNoPython (C:\Users\crow\Documents\crow\www\VUE\Static\node_modules\node-gyp\lib\configure.js:484:19)
npm ERR! gyp ERR! stack     at PythonFinder.<anonymous> (C:\Users\crow\Documents\crow\www\VUE\Static\node_modules\node-gyp\lib\configure.js:509:16)
npm ERR! gyp ERR! stack     at callback (C:\Users\crow\Documents\crow\www\VUE\Static\node_modules\graceful-fs\polyfills.js:299:20)
npm ERR! gyp ERR! stack     at FSReqCallback.oncomplete (fs.js:192:21)
npm ERR! gyp ERR! System Windows_NT 10.0.19043
npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\crow\\Documents\\crow\\www\\VUE\\Static\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
npm ERR! gyp ERR! cwd C:\Users\crow\Documents\crow\www\VUE\Static\node_modules\gulp-responsive\node_modules\sharp
npm ERR! gyp ERR! node -v v14.17.6
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok
steakpinball commented 2 years ago

Do you have python installed?

crowscript commented 2 years ago

Oh, actually, no. I don't have :-/

crowscript commented 2 years ago

Yeah, that was the problem, thanks a lot!