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

Ocean Beach theme is missing a dependency #249

Open
garrettjstevens opened this issue Mar 1, 2020 · 0 comments
Open

Ocean Beach theme is missing a dependency #249

garrettjstevens opened this issue Mar 1, 2020 · 0 comments

Comments

@garrettjstevens
Copy link

Ocean Beach theme uses compass-vertical-rhythm:

import verticalRhythm from "compass-vertical-rhythm"

But it's not in the dependencies:

"dependencies": {
"gray-percentage": "^2.0.0",
"typography-breakpoint-constants": "^0.16.19"
},

This causes gatsby develop to fail for me (I'm using Yarn v2):

A package is trying to access another package without the second one being listed as a dependency of the first one

Required package: compass-vertical-rhythm (via "compass-vertical-rhythm")
Required by: typography-theme-ocean-beach@npm:0.16.19 (via /path/to/.yarn/cache/typography-theme-ocean-beach-npm-0.16.19-d60d922395-2.zip/node_modules/typography-theme-ocean-beach/dist/index.js)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant