iamkevingreen / Orion-Starter

A simple starter portfolio for developers - NOT MAINTAINED
http://districtdomain.com
9 stars 1 forks source link

file to import not found or unreadable: #6

Open alexdmejias opened 9 years ago

alexdmejias commented 9 years ago

Project fails to start after cloning. The project fails to start with the following output after following instructions in readme.

$ meteor
[[[[[ ~/Desktop/deleteme/Orion-Starter ]]]]]

=> Started proxy.
=> A patch (Meteor 1.0.3.2) for your current release is available!
   Update this project now with 'meteor update --patch'.
=> Started MongoDB.
npm-container: updating npm dependencies -- jimp...
Bower:  neat v1.7.2 successfully installed   /
Bower:  bourbon v4.2.1 successfully installed
=> Errors prevented startup:

   While building the application:
   client/stylesheets/base.scss: Scss compiler error: undefined

   /Users/alexmejias/Desktop/deleteme/Orion-Starter/client/stylesheets/base.scss:27:
   file to import not found or unreadable:
   ".meteor/local/bower/neat/app/assets/stylesheets/neat"
   Current dir:
   /Users/alexmejias/Desktop/deleteme/Orion-Starter/client/stylesheets/

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

If you removed the comment statement in line 26 of /client/stylesheets/base.scss while the Meteor waits for you to change the files and save the file, Meteor will again complain. The next complaint has the following output:

   While building the application:
   client/stylesheets/base.scss: Scss compiler error: undefined

   /Users/alexmejias/Desktop/deleteme/Orion-Starter/.meteor/local/bower/bourbon/app/assets/stylesheets/helpers/font-source-declaration:29:
   expected 'in' keyword in @each directive

If you comment out line 26 of /client/stylesheets/base.scss again, the app will work as expected.

iamkevingreen commented 9 years ago

Wow I never saw this... @amejias101 I am actually going to update this whole repo to the latest versions of orion. It's a problem with the bower/bourbon and sass, the @each directive particularly I was following the issue see here: https://github.com/sass/node-sass/issues/263