VulcanJS / Vulcan-Starter

VulcanJS starter repo. Use as a base for your own VulcanJS projects.
MIT License
127 stars 88 forks source link

can't start an app #10

Closed Denisolt closed 6 years ago

Denisolt commented 6 years ago

hey, completely new to Meteor and Node. I was following your setup, but I keep getting the same error. Running it on OS X 10.13 screen shot 2018-01-30 at 19 22 02

Thank you in advance.

SachaG commented 6 years ago

Someone else reported the same error, they said re-cloning the repo helped?

liamr commented 6 years ago

I'm getting the same, even after re-cloning. 10.13 too.

SachaG commented 6 years ago

I'm not sure what the issue is yet but I suspect it has to do with Meteor 1.6.1. Maybe this can help?

https://blog.meteor.com/announcing-meteor-1-6-1-50aad71da4e6

I'll try to find some time to do more testing soon.

SachaG commented 6 years ago

Another fix might be switching to the 2-repo setup: http://docs.vulcanjs.org/#Two-Repo-Install-Optional

This way you can run the devel branch of the core repo and be sure to have the most up-to-date code.

Denisolt commented 6 years ago

The issue was solved by cloning the repo again. Magically worked. Good luck @liamr One note tho, first time I have cloned the repo into my projects folder and it failed. Later, I re-cloned it to Home directory (literally cd and cloned again) and it worked. hope this helps