Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
42 lines
1.2 KiB
Markdown
42 lines
1.2 KiB
Markdown
# @mui/envinfo
|
|
|
|
Prints information about the current environment relevant to MUI packages to the console.
|
|
Please use this package if you report [issues to MUI](https://github.com/mui/material-ui/issues).
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
$ npx @mui/envinfo
|
|
|
|
System:
|
|
OS: Linux 5.4 Ubuntu 20.04.1 LTS (Focal Fossa)
|
|
Binaries:
|
|
Node: 12.20.0 - ~/.nvm/versions/node/v12.20.0/bin/node
|
|
Yarn: 1.22.4 - /usr/bin/yarn
|
|
npm: 6.14.8 - ~/.nvm/versions/node/v12.20.0/bin/npm
|
|
Browsers:
|
|
Chrome: 87.0.4280.66
|
|
Firefox: 83.0
|
|
npmPackages:
|
|
@emotion/react: ^11.0.0 => 11.1.1
|
|
@emotion/styled: ^11.0.0 => 11.0.0
|
|
@mui/codemod: 5.0.0-alpha.17
|
|
@mui/material: 5.0.0-alpha.18
|
|
@mui/docs: 5.0.0-alpha.1
|
|
@mui/envinfo: 2.0.0
|
|
@mui/icons-material: 5.0.0-alpha.15
|
|
@mui/lab: 5.0.0-alpha.18
|
|
@mui/styled-engine: 5.0.0-alpha.18
|
|
@mui/styled-engine-sc: 5.0.0-alpha.18
|
|
@mui/styles: 5.0.0-alpha.18
|
|
@mui/system: 5.0.0-alpha.18
|
|
@mui/types: 5.1.0
|
|
@mui/base: 5.0.0-alpha.18
|
|
@mui/utils: 5.0.0-alpha.18
|
|
@types/react: ^17.0.0 => 17.0.0
|
|
react: ^16.14.0 => 16.14.0
|
|
react-dom: ^16.14.0 => 16.14.0
|
|
styled-components: 5.2.1
|
|
typescript: ^4.0.2 => 4.0.5
|
|
```
|