@Nikola24

Ошибка версии gulp, проблема обновления node-sass?

Пытаюсь запустить gulp а оно мне выдаёт
2131f05a143b4601b841247025a661c8.png
Делаю npm rebuild sass а оно мне вот это:
5a897788c58b45b5a7e1e6d986f202aa.png502e87f222e54898adaf32d92574c267.png
spoiler
E:\Front-End\World Of Brands>npm rebuild node-sass

> node-sass@4.0.0 install E:\Front-End\World Of Brands\node_modules\node-sass
> node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/downloa...
Cannot download "https://github.com/sass/node-sass/releases/downloa...":

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=example.com:1234

or configure npm proxy via

npm config set proxy example.com:8080

> node-sass@4.0.0 postinstall E:\Front-End\World Of Brands\node_modules\node-sass
> node scripts/build.js

Building: C:\Program Files\nodejs\node.exe E:\Front-End\World Of Brands\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 'E:\\Front-End\\World Of Brands\\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 node-gyp@3.4.0
gyp info using node@8.1.2 | 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 "python2" in the PATH
gyp verb `which` failed Error: not found: python2
gyp verb `which` failed at getNotFoundError (E:\Front-End\World Of Brands\node_modules\which\which.js:13:12)
gyp verb `which` failed at F (E:\Front-End\World Of Brands\node_modules\which\which.js:68:19)
gyp verb `which` failed at E (E:\Front-End\World Of Brands\node_modules\which\which.js:80:29)
gyp verb `which` failed at E:\Front-End\World Of Brands\node_modules\which\which.js:89:16
gyp verb `which` failed at E:\Front-End\World Of Brands\node_modules\isexe\index.js:44:5
gyp verb `which` failed at E:\Front-End\World Of Brands\node_modules\isexe\windows.js:29:5
gyp verb `which` failed at FSReqWrap.oncomplete (fs.js:152:21)
gyp verb `which` failed python2 { Error: not found: python2
gyp verb `which` failed at getNotFoundError (E:\Front-End\World Of Brands\node_modules\which\which.js:13:12)
gyp verb `which` failed at F (E:\Front-End\World Of Brands\node_modules\which\which.js:68:19)
gyp verb `which` failed at E (E:\Front-End\World Of Brands\node_modules\which\which.js:80:29)
gyp verb `which` failed at E:\Front-End\World Of Brands\node_modules\which\which.js:89:16
gyp verb `which` failed at E:\Front-End\World Of Brands\node_modules\isexe\index.js:44:5
gyp verb `which` failed at E:\Front-End\World Of Brands\node_modules\isexe\windows.js:29:5
gyp verb `which` failed at FSReqWrap.oncomplete (fs.js:152:21) code: 'ENOENT' }
gyp verb check python checking for Python executable "python" in the PATH
gyp verb `which` failed Error: not found: python
gyp verb `which` failed at getNotFoundError (E:\Front-End\World Of Brands\node_modules\which\which.js:13:12)
gyp verb `which` failed at F (E:\Front-End\World Of Brands\node_modules\which\which.js:68:19)
gyp verb `which` failed at E (E:\Front-End\World Of Brands\node_modules\which\which.js:80:29)
gyp verb `which` failed at E:\Front-End\World Of Brands\node_modules\which\which.js:89:16
gyp verb `which` failed at E:\Front-End\World Of Brands\node_modules\isexe\index.js:44:5
gyp verb `which` failed at E:\Front-End\World Of Brands\node_modules\isexe\windows.js:29:5
gyp verb `which` failed at FSReqWrap.oncomplete (fs.js:152:21)
gyp verb `which` failed python { Error: not found: python
gyp verb `which` failed at getNotFoundError (E:\Front-End\World Of Brands\node_modules\which\which.js:13:12)
gyp verb `which` failed at F (E:\Front-End\World Of Brands\node_modules\which\which.js:68:19)
gyp verb `which` failed at E (E:\Front-End\World Of Brands\node_modules\which\which.js:80:29)
gyp verb `which` failed at E:\Front-End\World Of Brands\node_modules\which\which.js:89:16
gyp verb `which` failed at E:\Front-End\World Of Brands\node_modules\isexe\index.js:44:5
gyp verb `which` failed at E:\Front-End\World Of Brands\node_modules\isexe\windows.js:29:5
gyp verb `which` failed at FSReqWrap.oncomplete (fs.js:152:21) code: 'ENOENT' }
gyp verb could not find "python". checking python launcher
gyp verb could not find "python". guessing location
gyp verb ensuring that file exists: C:\Python27\python.exe
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 failNoPython (E:\Front-End\World Of Brands\node_modules\node-gyp\lib\configure.js:449:14)
gyp ERR! stack at E:\Front-End\World Of Brands\node_modules\node-gyp\lib\configure.js:404:11
gyp ERR! stack at E:\Front-End\World Of Brands\node_modules\graceful-fs\polyfills.js:284:29
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:152:21)
gyp ERR! System Windows_NT 10.0.14393
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "E:\\Front-End\\World Of Brands\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd E:\Front-End\World Of Brands\node_modules\node-sass
gyp ERR! node -v v8.1.2
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
Build failed with error code: 1
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.0.0 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.0.0 postinstall 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! C:\Users\User\AppData\Roaming\npm-cache\_logs\2017-06-19T20_14_53_478Z-debug.log

Как это вылечить?
  • Вопрос задан
  • 1828 просмотров
Решения вопроса 1
@Nikola24 Автор вопроса
npm i -g npm-check-updates
npm-check-updates -u
npm install
Ответ написан
Комментировать
Пригласить эксперта
Ответы на вопрос 1
@Super_yan
это не помогло. с переустановкой windows 10, думал, что python слетел и переустановил его. не помогло
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы