Установка Npm выдает ошибки

#node.js #reactjs #sass #command-line-interface

#node.js #reactjs #sass #интерфейс командной строки

Вопрос:

Пожалуйста, помогите, я пытался запустить установку npm в проекте-клоне, но получал много ошибок на своем терминале. Все, что я сделал, это установил npm внутри предполагаемой папки, но все еще получал ошибки. Сообщения об ошибках находятся под этим сообщением. Спасибо

 gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack     at PythonFinder.failNoPython (C:UsersuserOneDriveDesktopDevcareerReactTasksvotingtask2Devcareer_voting_systemnode_modulesnode-gyplibconfigure.js:484:19)
gyp ERR! stack     at PythonFinder.<anonymous> (C:UsersuserOneDriveDesktopDevcareerReactTasksvotingtask2Devcareer_voting_systemnode_modulesnode-gyplibconfigure.js:509:16)
gyp ERR! stack     at callback (C:UsersuserOneDriveDesktopDevcareerReactTasksvotingtask2Devcareer_voting_systemnode_modulesgraceful-fspolyfills.js:295:20)
gyp ERR! stack     at FSReqCallback.oncomplete (fs.js:168:21)
gyp ERR! System Windows_NT 10.0.18363
gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\user\OneDrive\Desktop\DevcareerReactTasks\votingtask2\Devcareer_voting_system\node_modules\node-gyp\bin\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd C:UsersuserOneDriveDesktopDevcareerReactTasksvotingtask2Devcareer_voting_systemnode_modulesnode-sass
gyp ERR! node -v v12.18.3
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modulesjest-haste-mapnode_modulesfsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_moduleschokidarnode_modulesfsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.2 (node_modulesreact-scriptsnode_modulesfsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN bootstrap@4.5.2 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
npm WARN bootstrap@4.5.2 requires a peer of popper.js@^1.16.1 but none is installed. You must install peer dependencies yourself.
npm WARN big-brother-dev-career@1.0.0 No repository field.
npm WARN big-brother-dev-career@1.0.0 No license field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-sass@4.14.1 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@4.14.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:UsersuserAppDataRoamingnpm-cache_logs2020-09-21T10_19_34_986Z-debug.log
`
  

Комментарии:

1. Насколько я вижу, Python отсутствует. Установите его здесь .

2. Для вашей зависимости node-sass требуется node-gyp , чтобы в системе был установлен python.

Ответ №1:

Вы пробовали этот метод?

npm —add-python-to-path=’true’