meteoric / demo

App for showcasing various meteor-ionic UI components
http://meteor-ionic.meteor.com
MIT License
57 stars 42 forks source link

Errors prevented startup #5

Closed dandv closed 9 years ago

dandv commented 9 years ago

I've just checked out the code and got this error:

:~/meteoric$ meteor run
[[[[[ ~/meteoric ]]]]]

=> Started proxy.
=> Started MongoDB.

Changes to your project's package version selections:

meteoric:ionic  downgraded from 0.1.17 to 0.1.16

=> Errors prevented startup:

   While building the application:
   /home/dandv/meteoric/client/stylesheets/app.scss:4:9: Scss compiler error: file to import not found or unreadable:
   .meteor/local/build/programs/server/assets/packages/meteoric_ionic-sass/ionic
   Current dir: /home/dandv/meteoric/client/stylesheets/

=> Your application has errors. Waiting for file change.
geritol commented 9 years ago

I think if you rerun it everything should work well

dandv commented 9 years ago

That's correct, I should've specified it in my first message. Just a hindrance to new users who might not think of running it again.

nickw commented 9 years ago

Yeah, definitely a hindrance, but unfortunately out of our control until either Meteor fixes the problem or somebody creates a better SCSS package for Meteor.

Poliuk commented 9 years ago

I'm trying to deploy my App to scalingo, as the build fails scalingo doesn't deploys it so the "re run" workaround doesn't work... Any news on this?