Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Fix storybook dependency problem (and a couple of others) #238

Merged
merged 3 commits into from
Aug 14, 2019

Conversation

bryanstearns
Copy link
Member

When I try to generate a new project and run tests, they fail with Cannot find module 'emotion-theming' from 'index.js' which seems to be this Storybook problem -- it seems like a couple of their dependencies aren't being hoisted properly, and seems to be fixed by explicitly adding them to the main project... which I've done.

Also, fixed #231 - don't run pod install unless the pod executable is available. Also, I added a Solidarity rule to check for that executable on Mac only.

Also also, fixed #199 (at least, the part I think is actionable) -- the generated-app test now explicitly verifies that yarn compile doesn't complain (along with the existing format & lint checks).

Copy link
Member

@ryanlntn ryanlntn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! I was just looking into this but you beat me to it. 😄

@jamonholmgren jamonholmgren merged commit d88d60e into master Aug 14, 2019
@jamonholmgren jamonholmgren deleted the fix-storybook-dependency-problem branch August 14, 2019 18:38
infinitered-circleci pushed a commit that referenced this pull request Aug 14, 2019
## [4.6.1](v4.6.0...v4.6.1) (2019-08-14)

### Bug Fixes

* 📦Bump detox to 14.0.1 ([#233](#233) by [@rdewolff](https://github.com/rdewolff)) ([19036df](19036df))
* Addresses storybook dependency and pod install issues ([#238](#238) by [@bryanstearns](https://github.com/bryanstearns)) ([d88d60e](d88d60e))
* Update to use es6 lib in tsconfig ([#213](#213) by [@kevinvangelder](https://github.com/kevinvangelder)) ([b530eee](b530eee))
@infinitered-circleci
Copy link

🎉 This PR is included in version 4.6.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@wistler
Copy link

wistler commented Aug 18, 2019

Hi. I think this was supposed to fix my issue, but I still a pod-related error with 4.6.1 & 4.6.2. Please see issue #243
Any help appreciated. Thanks.

(PS. I made the same comment earlier against the actual change-set, but thought I should add the comment in the actual issue, instead. So, added it here. Sorry, I'm new at this.)

@jamonholmgren
Copy link
Member

We're working on a fix @wistler !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
5 participants