Skip to content

Instantly share code, notes, and snippets.

@romgrk
Created August 5, 2025 12:58
Show Gist options
  • Save romgrk/b406759560aae882fa14755a9317559f to your computer and use it in GitHub Desktop.
Save romgrk/b406759560aae882fa14755a9317559f to your computer and use it in GitHub Desktop.
yarn-virtualizer-install-log
$ yarn -v
4.9.2
$ node -v
v22.18.0
$ npm -v
10.9.3
$ yarn add @mui/x-data-grid
➤ YN0000: · Yarn 4.9.2
➤ YN0000: ┌ Resolution step
➤ YN0085: │ + @mui/x-data-grid@npm:8.9.2, @babel/runtime@npm:7.28.2, @mui/types@npm:7.4.5, @mui/utils@npm:7.3.0, @mui/x-internals@npm:8.9.2, @mui/x-virtualizer@npm:0.1.0, @types/prop-types@npm:15.7.15, clsx@npm:2.1.1, and 8 more.
➤ YN0000: └ Completed in 0s 421ms
➤ YN0000: ┌ Post-resolution validation
➤ YN0002: │ tmp@workspace:. doesn't provide @mui/material (p7aeb9), requested by @mui/x-data-grid.
➤ YN0002: │ tmp@workspace:. doesn't provide @mui/system (pf836c), requested by @mui/x-data-grid.
➤ YN0002: │ tmp@workspace:. doesn't provide react (p791ee), requested by @mui/x-data-grid.
➤ YN0002: │ tmp@workspace:. doesn't provide react-dom (p1ba2c), requested by @mui/x-data-grid.
➤ YN0086: │ Some peer dependencies are incorrectly met by your project; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code.
➤ YN0086: │ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0013: │ 16 packages were added to the project (+ 7.8 MiB).
➤ YN0000: └ Completed in 0s 564ms
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed
➤ YN0000: · Done with warnings in 1s 126ms
$ yarn add @mui/material @emotion/react @emotion/styled  1
➤ YN0000: · Yarn 4.9.2
➤ YN0000: ┌ Resolution step
➤ YN0085: │ + @emotion/react@npm:11.14.0, @emotion/styled@npm:11.14.1, @mui/material@npm:7.3.0, @babel/code-frame@npm:7.27.1, @babel/generator@npm:7.28.0, @babel/helper-globals@npm:7.28.0, and 62 more.
➤ YN0000: └ Completed in 0s 580ms
➤ YN0000: ┌ Post-resolution validation
➤ YN0002: │ tmp@workspace:. doesn't provide @mui/system (pf836c), requested by @mui/x-data-grid.
➤ YN0002: │ tmp@workspace:. doesn't provide @types/react (p45244), requested by @emotion/react and other dependencies.
➤ YN0002: │ tmp@workspace:. doesn't provide react (p791ee), requested by @emotion/react and other dependencies.
➤ YN0002: │ tmp@workspace:. doesn't provide react-dom (p1ba2c), requested by @mui/material and other dependencies.
➤ YN0086: │ Some peer dependencies are incorrectly met by your project; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code.
➤ YN0086: │ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0013: │ 68 packages were added to the project (+ 19.73 MiB).
➤ YN0000: └ Completed in 0s 769ms
➤ YN0000: ┌ Link step
➤ YN0000: │ ESM support for PnP uses the experimental loader API and is therefore experimental
➤ YN0000: └ Completed
➤ YN0000: · Done with warnings in 1s 504ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment