snowkit / snow

A low level cross platform framework for Haxe. Mac, Windows, Linux, Android, iOS, WebGL.
http://snowkit.org/snow
MIT License
133 stars 35 forks source link

flow run error #58

Closed VladimirCores closed 9 years ago

VladimirCores commented 9 years ago

I install flow and snow as mentioned in guide, copy base template and try to run in throw flow run, but i have this error image

ruby0x1 commented 9 years ago

What does haxelib list say for snow? That or haxelib path, that error seems like it isn't finding the snow folder somehow...

You can also run with flow run --log 3 and see if it says anything about the snow dependency, what this error above tells me is :

My guess is that a path got misconfigured somehow? Let me know what you find!

Also I am curious, did you copy the luxe template to a snow folder? it should still build, just wondering

jonathanhirz commented 9 years ago

I actually saw this error too last night (I think) because I forgot to include snow in the flow file dependencies section. See how it says "snow : '*'" on this sample file? http://underscorediscovery.github.io/flow/

Hope that's all it is and this helps

Jonathan Hirz @jonathanhirz http://jonathanhirz.com

On Dec 15, 2014, at 1:18 AM, Vladimir Minkin notifications@github.com wrote:

I install flow and snow as mentioned in guide, copy base template and try to run in throw flow run, but i have this error

— Reply to this email directly or view it on GitHub.

ruby0x1 commented 9 years ago

No that is not correct, if using luxe.

luxe includes snow in itself, you only depend on luxe.

ruby0x1 commented 9 years ago

if this comes up again, feel free to reopen. But I'll close this for now due to lack of feedback. :)