为react native安装choco后,npm安装不起作用

2024-06-14 06:57:47 发布

您现在位置:Python中文网/ 问答频道 /正文

我想使用react native cli,所以我安装了这个命令“choco install-y nodejs.install python2 openjdk8”,我不得不返回到其他react项目(不同的项目)并需要运行“npm install”。现在它在下面返回这组错误

npm ERR! code 1 npm ERR! path D:\ReactApp\GeoLocationApp\node_modules\node-sass npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node scripts/build.js npm ERR! Building: C:\Program Files\nodejs\node.exe D:\ReactApp\GeoLocationApp\node_modules\node-gyp\bin\node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= npm ERR! gyp info it worked if it ends with ok npm ERR! gyp verb cli [ npm ERR! gyp verb cli 'C:\Program Files\nodejs\node.exe', npm ERR! gyp verb cli
'D:\ReactApp\GeoLocationApp\node_modules\node-gyp\bin\node-gyp.js', npm ERR! gyp verb cli 'rebuild', npm ERR! gyp verb cli
'--verbose', npm ERR! gyp verb cli '--libsass_ext=', npm ERR! gyp verb cli '--libsass_cflags=', npm ERR! gyp verb cli
'--libsass_ldflags=', npm ERR! gyp verb cli '--libsass_library=' npm ERR! gyp verb cli ] npm ERR! gyp info using node-gyp@7.1.2 npm ERR! gyp info using node@16.0.0 | win32 | x64 npm ERR! gyp verb command rebuild [] npm ERR! gyp verb command clean [] npm ERR! gyp verb clean removing "build" directory npm ERR! gyp verb command configure [] npm ERR! gyp verb find Python Python is not set from command line or npm configuration npm ERR! gyp verb find Python Python is not set from environment variable PYTHON npm ERR! gyp verb find Python checking if "python3" can be used npm ERR! gyp verb find Python - executing "python3" to get executable path npm ERR! gyp verb find Python - "python3" is not in PATH or produced an error npm ERR! gyp verb find Python checking if "python" can be used npm ERR! gyp verb find Python

  • executing "python" to get executable path npm ERR! gyp verb find Python - "python" is not in PATH or produced an error npm ERR! gyp verb find Python checking if "python2" can be used npm ERR! gyp verb find Python - executing "python2" to get executable path npm ERR! gyp verb find Python - "python2" is not in PATH or produced an error npm ERR! gyp verb find Python checking if Python is C:\Python37\python.exe npm ERR! gyp verb find Python - executing "C:\Python37\python.exe" to get version npm ERR! gyp verb find Python - "C:\Python37\python.exe" could not be run npm ERR! gyp verb find Python checking if Python is C:\Python27\python.exe npm ERR! gyp verb find Python - executing "C:\Python27\python.exe" to get version npm ERR! gyp verb find Python
  • "C:\Python27\python.exe" could not be run npm ERR! gyp verb find Python checking if the py launcher can be used to find Python npm ERR! gyp verb find Python - executing "py.exe" to get Python executable path npm ERR! gyp verb find Python - "py.exe" is not in PATH or produced an error npm ERR! gyp ERR! find Python npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON npm ERR! gyp ERR! find Python checking if "python3" can be used npm ERR! gyp ERR! find Python - "python3" is not in PATH or produced an error npm ERR! gyp ERR! find Python checking if "python" can be used npm ERR! gyp ERR! find Python - "python" is not in PATH or produced an error npm ERR! gyp ERR! find Python checking if "python2" can be used npm ERR! gyp ERR! find Python - "python2" is not in PATH or produced an error npm ERR! gyp ERR! find Python checking if Python is C:\Python37\python.exe npm ERR! gyp ERR! find Python - "C:\Python37\python.exe" could not be run npm ERR! gyp ERR! find Python checking if Python is C:\Python27\python.exe npm ERR! gyp ERR! find Python - "C:\Python27\python.exe" could not be run npm ERR! gyp ERR! find Python checking if the py launcher can be used to find Python npm ERR! gyp ERR! find Python - "py.exe" is not in PATH or produced an error npm ERR! gyp ERR! find Python npm ERR! gyp ERR! find Python ********************************************************** npm ERR! gyp ERR! find Python You need to install the latest version of Python. npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not, npm ERR! gyp ERR! find Python you can try one of the following options: npm ERR! gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe" npm ERR! gyp ERR! find Python (accepted by both node-gyp and npm) npm ERR! gyp ERR! find Python - Set the environment variable PYTHON npm ERR! gyp ERR! find Python - Set the npm configuration variable python: npm ERR! gyp ERR! find Python npm config set python "C:\Path\To\python.exe" npm ERR! gyp ERR! find Python For more information consult the documentation at: npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation npm ERR! gyp ERR! find Python ********************************************************** npm ERR! gyp ERR! find Python npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Could not find any Python installation to use npm ERR! gyp ERR! stack at PythonFinder.fail (D:\ReactApp\GeoLocationApp\node_modules\node-gyp\lib\find-python.js:302:47) npm ERR! gyp ERR! stack at PythonFinder.runChecks (D:\ReactApp\GeoLocationApp\node_modules\node-gyp\lib\find-python.js:136:21) npm ERR! gyp ERR! stack at PythonFinder.execFileCallback (D:\ReactApp\GeoLocationApp\node_modules\node-gyp\lib\find-python.js:266:16) npm ERR! gyp ERR! stack at exithandler (node:child_process:333:5) npm ERR! gyp ERR! stack at ChildProcess.errorhandler (node:child_process:345:5) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:365:28) npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12) npm ERR! gyp ERR! stack at onErrorNT (node:internal/child_process:480:16) npm ERR! gyp ERR! stack at processTicksAndRejections (node:internal/process/task_queues:83:21) npm ERR! gyp ERR! System Windows_NT 10.0.19042 npm ERR! gyp ERR! command "C:\Program Files\nodejs\node.exe" "D:\ReactApp\GeoLocationApp\node_modules\node-gyp\bin\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" npm ERR! gyp ERR! cwd D:\ReactApp\GeoLocationApp\node_modules\node-sass npm ERR! gyp ERR! node -v v16.0.0 npm ERR! gyp ERR! node-gyp -v v7.1.2 npm ERR! gyp ERR! not ok npm ERR! Build failed with error code: 1

npm ERR! A complete log of this run can be found in: npm ERR!
C:\Users*\AppData\Local\npm-cache_logs\2021-04-26T22_35_37_763Z-debug.log PS D:\ReactApp\GeoLocationApp> npm install --global --production windows-build-tools npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm ERR! code 1 npm ERR! path C:\Users**\AppData\Roaming\npm\node_modules\windows-build-tools npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node ./dist/index.js Downloading python-2.7.15.amd64.msi npm ERR! [> ] 0.0% (0 B/s) npm ERR! Downloaded python-2.7.15.amd64.msi. Saved to C:\Users*.windows-build-tools\python-2.7.15.amd64.msi. Downloading vs_BuildTools.exe npm ERR! [>
] 0.0% (0 B/s) npm ERR! Downloaded vs_BuildTools.exe. Saved to C:\Users*
.windows-build-tools\vs_BuildTools.exe. npm ERR! npm ERR! Starting installation... npm ERR! Please restart this script from an administrative PowerShell! npm ERR! The build tools cannot be installed without administrative rights. npm ERR! To fix, right-click on PowerShell and run "as Administrator".

npm ERR! A complete log of this run can be found in: npm ERR!
C:\Users***\AppData\Local\npm-cache_logs\2021-04-26T22_37_32_622Z-debug.log

我试着运行“install--global windows build tools”,也试着运行这个命令“npm install node gyp”,但它并没有解决这个问题。。。(在windows powershell、cmd和git bash上以管理员身份运行)

另外,我下载了python27并安装在路径“C:\Users\username\AppData\Local\Programs\Python”上

之后,我添加了env变量,下面有两条路径 C:\Users\username\AppData\Local\Programs\Python\Python27 C:\Users\username\AppData\Local\Programs\Python27\Scripts 但仍然不起作用

此外,我还尝试删除整个vs代码并重新下载vs代码,但效果并不理想

我甚至删除了package-lock.json和节点模块,但这不起作用


Tags: tonodenpmcliifisnotbe
2条回答

你能试试npm i axios或类似的东西吗。这样行吗?如果没有,试着先运行sudo。如果它仍然不起作用,你可能把你的系统搞砸了。我会尝试从web链接安装nodejs,也从web链接安装python。如果您无法以图形方式安装,可以尝试重置整个计算机,并以图形方式安装node和python

不要使用终端安装node或PythonIMO,最好转到他们的网站,通过链接进行安装,并在您的计算机上运行安装程序

好的。。。所以我想出来了。。我只是卸载了node js,重新安装了node js,解决了这个问题。不确定这是否是修复它的最佳方法,但它起了作用

相关问题 更多 >