meteoric / ionicons-sass

Ionic's Ionicons library in SASS and bundled for Meteor.
MIT License
21 stars 18 forks source link

error: file to import not found or unreadable: '.meteor/local/build/programs/server/assets/packages/meteoric_ionicons-sass/ionicons' #1

Closed kldeb closed 9 years ago

kldeb commented 9 years ago

I'm getting the following error when starting meteor after adding this package via meteor add:

error: file
   to import not found or unreadable:
   '.meteor/local/build/programs/server/assets/packages/meteoric_ionicons-sass/ionicons'

The file is missing and there is no other error.

I noticed that I have 2 versions of the package in /Users/me/.meteor/packages/meteoric_ionicons-sass

Any idea what's causing this?

nickw commented 9 years ago

I think you are just getting the Meteor/SASS error described here: https://github.com/meteoric/ionic-sass#installation. It should work when you restart your server.

kldeb commented 9 years ago

I tried restarting multiple times. The error persists.

vertangelx commented 9 years ago

@nickw @aireater Getting the same error. Restarting doesnt help. I do not see the folder .meteor/local/build/programs/server/assets/packages/meteoric_ionicons-sass

kldeb commented 9 years ago

@vertangelx I didn't have time to figure it out. I went with ratchet instead.

jupiterkenji commented 9 years ago

I have this problem too and restarting not helping

certor commented 9 years ago

I had the same issue with this import, the folder for the build under local/.../meteoric_ionicons-sass was not being created at all, I noticed I had version 0.1.2, so I went ahead and try to add the meteoric_ionicons-sass@0.1.5, but it also failed to create the folder, then I removed the package and let meteor to add the default one, so this time it ended up installing 0.1.6, which seems to solve this issue ... now the folder is created and the server initializes without errors ...