particle4dev / meteor-sass

WARNING: This project is outdated and not maintained anymore - SCSS for meteor
4 stars 1 forks source link

1.0.0 is causing an issue with deploying to meteor.com #11

Open themeteorchef opened 10 years ago

themeteorchef commented 10 years ago

Running into this fella in the terminal after running meteor deploy <address>:

No compatible build found for particle4dev:sass@1.0.0

Errors prevented deploying:
While Building the application:
error: Unable to download package builds for this architecture.

This was after I ran meteor update and it pulled down the 1.0.0 release of the package. I tried uninstalling/reinstalling a few times but nothing. Reinstalling the package using meteor add particle4dev:sass@0.3.0 seemed to do the trick.

Based on the error may just be an Atmosphere issue?

particle4dev commented 10 years ago

Hello, This package only support linux 64 architecture. For other architecture, i build and publish by "meteor build machines" (https://github.com/meteor/meteor/wiki/Build-Machines) but it seem doesnt work. I will try it again. Thanks

themeteorchef commented 10 years ago

Hi there, any update on a solution for this?

particle4dev commented 9 years ago

hi, somehow osx architecture is really exist and i cant publish anymore.

Error from package server: Cannot override existing build [403]

another solution is that you can clone this repo and run it like locally packages (save it in packages folder).

particle4dev commented 9 years ago

i also try to update node-sass and release next version but it didnt work. https://github.com/sass/node-sass/issues/545 i hope they fix it soon.

themeteorchef commented 9 years ago

@particle4dev Any luck with the latest release of node-sass?