root-systems / dogstack

:dog: :dog: :dog: a popular-choice grab-bag framework for teams working on production web apps
https://dogstack.js.org/
24 stars 7 forks source link

Cannot find module 'dogstack/createStyleRenderer' #64

Closed danalexilewis closed 7 years ago

danalexilewis commented 7 years ago

I pulled the example app and got this error on yarn dev.

I looked into the code and can see that the createStyle is not included in the module export in the index.js file of dogstack. Thought this might be the problem, but still didn't get it working when i changed this.

So Ill just put it here as its probably an easy fix for you @ahdinosaur

ahdinosaur commented 7 years ago

hey @agentlewis, thanks for the bug report. i know how this could happen on my work in progress releases, but not sure how this would happen now that i've published 0.2.0. do you have a stack trace for this error?

ahdinosaur commented 7 years ago

oh wait oops, duh: https://github.com/enspiral-root-systems/dogstack/blob/master/entry.js#L12

one moment please. :smile_cat:

ahdinosaur commented 7 years ago

@agentlewis see if this is fixed meow, works for me on a fresh install at https://github.com/dogstack/dogstack-example/commit/7d5618695b3de552d07cc4472a33b9e438303b07.