Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can not install Material Icons from package - 502 Bad Gateway #34874

Closed
2 tasks done
irradev opened this issue Oct 24, 2022 · 1 comment
Closed
2 tasks done

I can not install Material Icons from package - 502 Bad Gateway #34874

irradev opened this issue Oct 24, 2022 · 1 comment
Assignees
Labels
package: icons Specific to @mui/icons

Comments

@irradev
Copy link

irradev commented Oct 24, 2022

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Steps to reproduce 🕹

No response

Current behavior 😯

No response

Expected behavior 🤔

No response

Context 🔦

error An unexpected error occurred: "https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.10.9.tgz: Request failed "502 Bad Gateway"".

LOG:

Arguments:
C:\dev\node.exe C:\Users\asriel\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js add @mui/icons-material --network-timeout 100000

Yarn version:
1.22.19

Node version:
16.15.1

Platform:
win32 x64

Trace:
Error: https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.10.9.tgz: Request failed "502 Bad Gateway"
at ResponseError.ExtendableBuiltin (C:\Users\asriel\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:696:66)
at new ResponseError (C:\Users\asriel\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:802:124)
at Request. (C:\Users\asriel\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:66215:16)
at Request.emit (node:events:527:28)
at Request.module.exports.Request.onRequestResponse (C:\Users\asriel\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:141767:10)
at ClientRequest.emit (node:events:527:28)
at HTTPParser.parserOnIncomingClient (node:_http_client:631:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:128:17)
at TLSSocket.socketOnData (node:_http_client:494:22)
at TLSSocket.emit (node:events:527:28)

npm manifest:
{
"name": "d-landing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.10.10",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}

Your environment 🌎

npx @mui/envinfo
  Don't forget to mention which browser you used.
  Output from `npx @mui/envinfo` goes here.

Browser: Chrome

System:
OS: Windows 10 10.0.19045
Binaries:
Node: 16.15.1 - C:\dev\node.EXE
Yarn: 1.22.19 - ~\AppData\Roaming\npm\yarn.CMD
npm: 8.11.0 - C:\dev\npm.CMD
Browsers:
Chrome: Not Found
Edge: Spartan (44.19041.1266.0), Chromium (106.0.1370.52)
npmPackages:
@emotion/react: ^11.10.4 => 11.10.4
@emotion/styled: ^11.10.4 => 11.10.4
@mui/base: 5.0.0-alpha.102
@mui/core-downloads-tracker: 5.10.10
@mui/material: ^5.10.10 => 5.10.10
@mui/private-theming: 5.10.9
@mui/styled-engine: 5.10.8
@mui/system: 5.10.10
@mui/types: 7.2.0
@mui/utils: 5.10.9
@types/react: 18.0.21 => 18.0.21
react: 18.2.0 => 18.2.0
react-dom: 18.2.0 => 18.2.0
typescript: 4.8.4 => 4.8.4

@irradev irradev added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Oct 24, 2022
@zannager zannager added the package: icons Specific to @mui/icons label Oct 24, 2022
@oliviertassinari
Copy link
Member

It sounds a bit related to #12432 but different. I sounds like a simple network error, so to close.

@michaldudak michaldudak removed the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: icons Specific to @mui/icons
Projects
None yet
Development

No branches or pull requests

6 participants