skishore / ugli

Meteor-based implementation of a universal games lobby interface.
1 stars 1 forks source link

getting started #1

Open gabewb opened 10 years ago

gabewb commented 10 years ago

I'm new to meteor, so I may be going about this wrong.

I wanted to get a local version of the server going, so I just went to the root directory and typed 'meteor' (after installing it, of course).

It installed some packages, but gave the following error:

=> Errors prevented startup:

While building the application: error: no such package: 'scss'

Any hints? Should I install https://github.com/fourseven/meteor-scss ? Is there a better way to get started?

skishore commented 10 years ago

What version of meteor are you running? The most recent version includes scss but none of the older ones do.

skishore commented 10 years ago

Oops. I'm a liar. You'll need to use the package you mentioned, but it's sort of weird how to do so. Install meteorite (a package manager for meteor that allows you to install unofficial packages), then call mrt install scss. Then everywhere a command uses meteor, use mrt instead.

gabewb commented 10 years ago

Thanks! Btw, mrt install scss didn't work, but mrt add scss did.

On Tue, Jan 21, 2014 at 6:41 PM, skishore notifications@github.com wrote:

Oops. I'm a liar. You'll need to use the package you mentioned, but it's sort of weird how to do so. Install meteorite (a package manager for meteor that allows you to install unofficial packages), then call mrt install scss. Then everywhere a command uses meteor, use mrt instead.

— Reply to this email directly or view it on GitHubhttps://github.com/skishore/ugli/issues/1#issuecomment-32988620 .