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

material-components-web v0.34.0 missing @material/tab@^0.34.0 dependency, #2498

Closed
pgbross opened this issue Apr 3, 2018 · 2 comments
Closed
Labels

Comments

@pgbross
Copy link
Contributor

pgbross commented Apr 3, 2018

Latest release, material-components-web v0.34.0 appears to be missing @material/tab@^0.34.0 dependency in the npm registry.

npm i material-components-web@0.34.0

throws error

npm ERR! code E404
npm ERR! 404 Not Found: @material/tab@^0.34.0

@kfranqueiro kfranqueiro added the bug label Apr 3, 2018
@kfranqueiro
Copy link
Contributor

Sorry for the turbulence, and thanks for reporting. Looks like we inadvertently added a dependency to material-components-web on a package that still has private: true. I've informed the appropriate team members so we can figure out which way we want to resolve this and cut a patch release.

patrickrodee added a commit that referenced this issue Apr 3, 2018
Unexpose the private Tab component. Add a brief check inside of the check-deps script that ignores private packages.

Fixes #2498
@kfranqueiro
Copy link
Contributor

0.34.1 is now released, which installs successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants