Install material-ui-lab
See original GitHub issueI would like to play around with the new speeddial component, which is in the lab package right now. However, I can’t install the package as described in the lab readme:
C:\git\my-project PS>yarn add "@material-ui/lab"
yarn add v1.3.2
[1/4] Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@material-ui%2flab: Not found".
info If you think this is a bug, please open a bug report with the information provided in "C:\\git\\my-project\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
I can’t find the package published on npm.
- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
The lab package can be installed as described.
Current Behavior
The package can’t be installed, since it doesn’t appear to be published.
Steps to Reproduce (for bugs)
- Go to any folder containing a valid package.json
- Run
yarn add @material-ui/lab
Your Environment
Tech | Version |
---|---|
yarn | 1.3.2 |
npm | 5.6.0 |
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
@material-ui/lab - npm
This package hosts the incubator components that are not yet ready to move to core . Installation. Install the package in your project...
Read more >About the lab - Material UI - MUI
Installation. To install and save in your package.json dependencies, run the command below using ...
Read more >material-ui/lab - npm.io
This package hosts the incubator components that are not yet ready to move to core . Installation. Install the package in your project...
Read more >@material-ui/lab | Yarn - Package Manager
This package hosts the incubator components that are not yet ready to move to core . Installation. Install the package in your project...
Read more >i am having problem installing some react dependencies
... Run npm install @material-ui/core @material-ui/icons @material-ui/lab @react-google-maps/api axios google-map-react --save --force ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
#10441 will solve the issue. If Lerna proves itself not to provide value, I think that we should remove it for a simple homemade code. Yarn workspaces already solve most of the complexity.
@oliviertassinari Time to release the lab🚀
I tried though, and unfortunately
no
is failing with:Is there a standard approach to this for monorepos?