Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkirsche/mui-yarn-error
An example repository of an error when installing `@mui/lab `
https://github.com/kkirsche/mui-yarn-error
Last synced: about 1 month ago
JSON representation
An example repository of an error when installing `@mui/lab `
- Host: GitHub
- URL: https://github.com/kkirsche/mui-yarn-error
- Owner: kkirsche
- Created: 2023-09-12T14:49:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T14:53:17.000Z (over 1 year ago)
- Last Synced: 2023-09-12T23:55:21.143Z (over 1 year ago)
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `@mui/lab` installation issue
## Yarn Installation
Please refer to the yarn installation guide for details on installing Yarn.
https://yarnpkg.com/getting-started/install
## Reproduction
To reproduce the error as of Tuesday, September 12, 2023, run `yarn add @mui/lab`:
### Example Output
The following was produced at 10:51 AM Eastern Time on Tuesday, September 12, 2023
```
❯ yarn add @mui/lab
➤ YN0000: ┌ Resolution step
➤ YN0001: │ Error: @mui/x-tree-view@https://pkg.csb.dev/mui/mui-x/commit/1f23b33d/@mui/x-tree-view isn't supported by any available resolver
at kf.getResolverByDescriptor (/Users/kkirsche/.cache/node/corepack/yarn/3.6.3/yarn.js:391:1647)
at kf.bindDescriptor (/Users/kkirsche/.cache/node/corepack/yarn/3.6.3/yarn.js:391:1036)
at _ (/Users/kkirsche/.cache/node/corepack/yarn/3.6.3/yarn.js:439:7240)
at async Promise.allSettled (index 0)
at async io (/Users/kkirsche/.cache/node/corepack/yarn/3.6.3/yarn.js:390:10398)
➤ YN0000: └ Completed
➤ YN0000: Failed with errors in 0s 33ms
```