weijian19391 / AssetManagement

A mobile app for asset management
MIT License
0 stars 0 forks source link

Scss compiler error #5

Closed xianlin closed 9 years ago

xianlin commented 9 years ago

After run git clone and meteor, I got below error:

[[[[[ ~/Code/AssetManagement ]]]]]            

=> Started proxy.                             
=> Started MongoDB.                           
=> Errors prevented startup:                  

   While building the application:
   /home/xianlin/Code/AssetManagement/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/username/Code/AssetManagement/client/stylesheets/

=> Your application has errors. Waiting for file change.

Any ideas to troubleshoot? Thanks.

weijian19391 commented 9 years ago

Can u check if there is such a file in ur .meteor folder: .meteor/local/build/programs/server/assets/packages/meteoric_ionic-sass/_ionic.scss

xianlin commented 9 years ago

issue solved after re-run meteor