wadara
@wadara

Ошибка при npm install?


C:\OSPanel\domains\test-zaordu>npm install
> uws@9.14.0 install C:\OSPanel\domains\test-zaordu\node_modules\uws
> node-gyp rebuild > build_log.txt 2>&1 || exit 0
> node-sass@3.13.1 install C:\OSPanel\domains\test-zaordu\node_modules\node-sass
> node scripts/install.js
Downloading binary from https://npm.taobao.org/mirrors/node-sass/v3.13.1/w...
Cannot download "https://npm.taobao.org/mirrors/node-sass/v3.13.1/w...":
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@3.13.1 postinstall C:\OSPanel\domains\test-zaordu\node_modules\node-sass
> node scripts/build.js
Building: C:\Program Files\nodejs\node.exe C:\OSPanel\domains\test-zaordu\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 [
gyp verb cli 'C:\\Program Files\\nodejs\\node.exe',
gyp verb cli 'C:\\OSPanel\\domains\\test-zaordu\\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 verb cli ]
gyp info using node-gyp@3.6.2
gyp info using node@14.16.0 | win32 | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb download using dist-url https://npm.taobao.org/dist
gyp verb check python checking for Python executable "python2.7" in the PATH
gyp verb `which` failed Error: not found: python2.7
gyp verb `which` failed at getNotFoundError (C:\OSPanel\domains\test-zaordu\node_modules\which\which.js:13:12)
gyp verb `which` failed at F (C:\OSPanel\domains\test-zaordu\node_modules\which\which.js:68:19)
gyp verb `which` failed at E (C:\OSPanel\domains\test-zaordu\node_modules\which\which.js:80:29)
gyp verb `which` failed at C:\OSPanel\domains\test-zaordu\node_modules\which\which.js:89:16
gyp verb `which` failed at C:\OSPanel\domains\test-zaordu\node_modules\isexe\index.js:42:5
gyp verb `which` failed at C:\OSPanel\domains\test-zaordu\node_modules\isexe\windows.js:36:5
gyp verb `which` failed at FSReqCallback.oncomplete (fs.js:183:21)
gyp verb `which` failed python2.7 Error: not found: python2.7
gyp verb `which` failed at getNotFoundError (C:\OSPanel\domains\test-zaordu\node_modules\which\which.js:13:12)
gyp verb `which` failed at F (C:\OSPanel\domains\test-zaordu\node_modules\which\which.js:68:19)
gyp verb `which` failed at E (C:\OSPanel\domains\test-zaordu\node_modules\which\which.js:80:29)
gyp verb `which` failed at C:\OSPanel\domains\test-zaordu\node_modules\which\which.js:89:16
gyp verb `which` failed at C:\OSPanel\domains\test-zaordu\node_modules\isexe\index.js:42:5
gyp verb `which` failed at C:\OSPanel\domains\test-zaordu\node_modules\isexe\windows.js:36:5
gyp verb `which` failed at FSReqCallback.oncomplete (fs.js:183:21) {
gyp verb `which` failed code: 'ENOENT'
gyp verb `which` failed }
gyp verb could not find "python2.7". checking python launcher
gyp verb could not find "python2.7". 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 "python2.7", you can set the PYTHON env variable.
gyp ERR! stack at PythonFinder.failNoPython (C:\OSPanel\domains\test-zaordu\node_modules\node-gyp\lib\configure.js:483:19)
gyp ERR! stack at PythonFinder. (C:\OSPanel\domains\test-zaordu\node_modules\node-gyp\lib\configure.js:508:16)
gyp ERR! stack at C:\OSPanel\domains\test-zaordu\node_modules\graceful-fs\polyfills.js:284:29
gyp ERR! stack at FSReqCallback.oncomplete (fs.js:183:21)
gyp ERR! System Windows_NT 10.0.19042
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\OSPanel\\domains\\test-zaordu\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass
_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd C:\OSPanel\domains\test-zaordu\node_modules\node-sass
gyp ERR! node -v v14.16.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
Build failed with error code: 1
npm WARN gulp-pug-sass-starter@1.0.0 No description
npm WARN gulp-pug-sass-starter@1.0.0 No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@3.13.1 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@3.13.1 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\tokihita\AppData\Roaming\npm-cache\_logs\2021-03-04T08_35_37_294Z-debug.log

Вообще скачал шаблон сайта на pug+gulp+sass, но при запуске он выдает ошибку. Сам ищу нормальный шаблон.
  • Вопрос задан
  • 618 просмотров
Пригласить эксперта
Ответы на вопрос 2
Krasnodar_etc
@Krasnodar_etc
avito front
gyp verb `which` failed Error: not found: python2.7

Установите python 2.7
Ответ написан
Ваш ответ на вопрос

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

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