ionic-restaurants-v2 icon indicating copy to clipboard operation
ionic-restaurants-v2 copied to clipboard

verb check python checking for Python executable

Open colors2019 opened this issue 5 years ago • 0 comments

Hi, Running into this issue while running ionic serve ? can you please check

Start downloading binary at https://github.com/sass/node-sass/releases/download/v3.10.1/win32-x64-64_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.10.1/win32-x64-64_binding.node": ode:

HTTP error 404 Not Found

Hint: If github.com is not accessible in your location try setting a proxy via HTTP_PROXY, e.g.

  export HTTP_PROXY=http://example.com:1234

or configure npm proxy via

  npm config set proxy http://example.com:8080

[email protected] postinstall C:\projects\pg\restaurantsv2\code\node_modules@ionic\app-scripts\node_modules\node-sass node scripts/build.js

Building: C:\Program Files\nodejs\node.exe C:\projects\pg\restaurantsv2\code\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= gyp info it worked if it ends with ok gyp verb cli [ 'C:\Program Files\nodejs\node.exe', gyp verb cli 'C:\projects\pg\restaurantsv2\code\node_modules\node-gyp\bin\node-gyp.js', gyp verb cli 'rebuild', gyp verb cli '--verbose', gyp verb cli '--libsass_ext=', gyp verb cli '--libsass_cflags=', gyp verb cli '--libsass_ldflags=', gyp verb cli '--libsass_library=' ] gyp info using [email protected] gyp info using [email protected] | win32 | x64 gyp verb command rebuild [] gyp verb command clean [] gyp verb clean removing "build" directory gyp verb command configure [] gyp verb check python checking for Python executable "C:Python27python.exe" in the PATH gyp verb which failed Error: not found: C:Python27python.exe gyp verb which failed at getNotFoundError (C:\projects\pg\restaurantsv2\code\node_modules\which\which.js:13:12) gyp verb which failed at F (C:\projects\pg\restaurantsv2\code\node_modules\which\which.js:68:19) gyp verb which failed at E (C:\projects\pg\restaurantsv2\code\node_modules\which\which.js:80:29) gyp verb which failed at C:\projects\pg\restaurantsv2\code\node_modules\which\which.js:89:16 gyp verb which failed at C:\projects\pg\restaurantsv2\code\node_modules\isexe\index.js:42:5 gyp verb which failed at C:\projects\pg\restaurantsv2\code\node_modules\isexe\windows.js:36:5 gyp verb which failed at FSReqWrap.oncomplete (fs.js:154:21) gyp verb which failed C:Python27python.exe { Error: not found: C:Python27python.exe gyp verb which failed at getNotFoundError (C:\projects\pg\restaurantsv2\code\node_modules\which\which.js:13:12) gyp verb which failed at F (C:\projects\pg\restaurantsv2\code\node_modules\which\which.js:68:19) gyp verb which failed at E (C:\projects\pg\restaurantsv2\code\node_modules\which\which.js:80:29) gyp verb which failed at C:\projects\pg\restaurantsv2\code\node_modules\which\which.js:89:16 gyp verb which failed at C:\projects\pg\restaurantsv2\code\node_modules\isexe\index.js:42:5 gyp verb which failed at C:\projects\pg\restaurantsv2\code\node_modules\isexe\windows.js:36:5 gyp verb which failed at FSReqWrap.oncomplete (fs.js:154:21) gyp verb which failed stack: gyp verb which failed 'Error: not found: C:Python27python.exe

colors2019 avatar Jan 14 '19 01:01 colors2019