【问题标题】:npm install failed in angular 7npm install 在角度 7 中失败
【发布时间】:2020-05-22 10:06:42
【问题描述】:

我正在运行上面的命令来安装缺少的 npm 包,它在安装 npm 时出现以下错误 node-sass@4.10.0 install F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules@angular-devkit\build-angular\node_modules\node-sass

节点脚本/install.js

https://npm.taobao.org/mirrors/node-sass/v4.10.0/win32-x64-72_binding.node 下载二进制文件 无法下载“https://npm.taobao.org/mirrors/node-sass/v4.10.0/win32-x64-72_binding.node”:

tunneling socket could not be established, cause=connect ETIMEDOUT 93.184.216.34:8080

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

> node-sass@4.10.0 postinstall F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\@angular-devkit\build-angular\node_modules\node-sass
> node scripts/build.js

Building: C:\Program Files\nodejs\node.exe F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\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   'F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\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.8.0
gyp info using node@12.13.1 | 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" in the PATH
gyp verb `which` failed Error: not found: python2
gyp verb `which` failed     at getNotFoundError (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:13:12)     
gyp verb `which` failed     at F (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:80:29)
gyp verb `which` failed     at F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:89:16
gyp verb `which` failed     at F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:158:21)
gyp verb `which` failed  python2 Error: not found: python2
gyp verb `which` failed     at getNotFoundError (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:13:12)
gyp verb `which` failed     at F (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:80:29)
gyp verb `which` failed     at F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:89:16
gyp verb `which` failed     at F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:158:21) {
gyp verb `which` failed   stack: 'Error: not found: python2\n' +
gyp verb `which` failed     '    at getNotFoundError (F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\node_modules\\which\\which.js:13:12)\n' +
gyp verb `which` failed     '    at F (F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\node_modules\\which\\which.js:68:19)\n' +
gyp verb `which` failed     '    at E (F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\node_modules\\which\\which.js:80:29)\n' +   
gyp verb `which` failed     '    at F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\node_modules\\which\\which.js:89:16\n' +
gyp verb `which` failed     '    at F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\node_modules\\isexe\\index.js:42:5\n' +        
gyp verb `which` failed     '    at F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\node_modules\\isexe\\windows.js:36:5\n' +      
gyp verb `which` failed     '    at FSReqCallback.oncomplete (fs.js:158:21)',
gyp verb `which` failed   code: 'ENOENT'
gyp verb `which` failed }
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 (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:13:12)     
gyp verb `which` failed     at F (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:80:29)
gyp verb `which` failed     at F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:89:16
gyp verb `which` failed     at F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:158:21)
gyp verb `which` failed  python Error: not found: python
gyp verb `which` failed     at getNotFoundError (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:13:12)     
gyp verb `which` failed     at F (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:68:19)
gyp verb `which` failed     at E (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:80:29)
gyp verb `which` failed     at F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\which\which.js:89:16
gyp verb `which` failed     at F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\isexe\index.js:42:5
gyp verb `which` failed     at F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\isexe\windows.js:36:5
gyp verb `which` failed     at FSReqCallback.oncomplete (fs.js:158:21) {
gyp verb `which` failed   stack: 'Error: not found: python\n' +
gyp verb `which` failed     '    at getNotFoundError (F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\node_modules\\which\\which.js:13:12)\n' +
gyp verb `which` failed     '    at F (F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\node_modules\\which\\which.js:68:19)\n' +
gyp verb `which` failed     '    at E (F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\node_modules\\which\\which.js:80:29)\n' +   
gyp verb `which` failed     '    at F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\node_modules\\which\\which.js:89:16\n' +       
gyp verb `which` failed     '    at F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\node_modules\\isexe\\index.js:42:5\n' +        
gyp verb `which` failed     '    at F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\node_modules\\isexe\\windows.js:36:5\n' +
gyp verb `which` failed     '    at FSReqCallback.oncomplete (fs.js:158:21)',
gyp verb `which` failed   code: 'ENOENT'
gyp verb `which` failed }
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 PythonFinder.failNoPython (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\node-gyp\lib\configure.js:484:19)
gyp ERR! stack     at PythonFinder.<anonymous> (F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\node-gyp\lib\configure.js:509:16)
gyp ERR! stack     at F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\graceful-fs\polyfills.js:282:31
gyp ERR! stack     at FSReqCallback.oncomplete (fs.js:158:21)
gyp ERR! System Windows_NT 10.0.18362
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "F:\\TPL\\TFS\\AdminPortal-branch-v1.0.0\\Src\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd F:\TPL\TFS\AdminPortal-branch-v1.0.0\Src\node_modules\@angular-devkit\build-angular\node_modules\node-sass
gyp ERR! node -v v12.13.1
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1
npm WARN @angular/animations@8.2.14 requires a peer of @angular/core@8.2.14 but none is installed. You must install peer dependencies yourself.
npm WARN @angular/compiler-cli@7.2.15 requires a peer of @angular/compiler@7.2.15 but none is installed. You must install peer dependencies yourself.
npm WARN bootstrap@4.4.1 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself. 
npm WARN bootstrap@4.4.1 requires a peer of popper.js@^1.16.0 but none is installed. You must install peer dependencies yourself.npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-sass@4.10.0 (node_modules\@angular-devkit\build-angular\node_modules\node-sass):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-sass@4.10.0 postinstall: `node scripts/build.js`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

 please let me know if any one also facing same issue i have been stuck in this error since long time

【问题讨论】:

  • 您需要在 .npmrc 中配置正确的代理。这与代理的配置方式有关。
  • 如何在 .npmrc 中设置代理?
  • 您可能必须使用命令npm config set https-proxy with the proxy specified 并为 http-proxy 再运行一次。
  • 为什么我需要设置,因为它在我的个人网络上给了我同样的错误,没有任何代理设置
  • 我不太确定你背后的代理。但我猜您的一位开发人员可能已经遇到过这种情况。

标签: angular npm npm-install


【解决方案1】:

试试 npm install --global windows-build-tools 然后npm install

【讨论】:

  • 我已经运行 npm install --global windows-build-tools 并给出以下错误错误!代码 ETIMEDOUT npm 错误! errno ETIMEDOUT npm 错误!对registry.npmjs.org/windows-build-tools 的网络请求失败,原因:连接 ETIMEDOUT 93.184.216.34:8080 npm ERR!网络 这是与网络连接有关的问题。 npm 错误!网络 在大多数情况下,您使用代理服务器或网络设置错误。 npm 错误!网络 npm 错误!网络 如果您在代理后面,请确保 npm ERR!网络“代理”配置设置正确。请参阅:'npm 帮助配置'
  • 如果你使用的是实体网络,你应该使用 npm npm config set proxy http://:@: npm config set 设置代理https-proxy http://:@:
  • 也许这将有助于 npm 缓存验证
  • 检查 node-sass 是否全局安装,如果不尝试安装。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2015-03-30
  • 2014-03-20
  • 2023-04-06
  • 2016-01-22
  • 2019-02-23
  • 2017-06-17
  • 1970-01-01
相关资源
最近更新 更多