I have started to read more about Meteor for Mobile App Development.
Some people say Meteoric (Meteor + Ionic) is one of the best solutions to achieve the end result of having a good Mobile Meteor App.
I have therefore gone to the website and download the demo app of Meteoric from: https://github.com/meteoric/demo
So I downloaded the demo app and tried to start the app using the meteor
command inside the project folder.
However, I get this error that I don't know how to fix:
=> Errors prevented startup:
While building the application:
/Users/bliss/Downloads/demo-master/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: /Users/bliss/Downloads/demo-master/client/stylesheets/
What is causing this error and how can I fix it?
Thank you very much....