sahat / ember-sass-express-starter

Starter project for Ember+Express apps
90 stars 11 forks source link

ember build command conflicts with ember-cli #5

Open aflores opened 9 years ago

aflores commented 9 years ago

Hello,

I installed amber-cli before I downloaded this project and it seems there is a conflict between ember-tool and ember-cli

When I run:

ember build

I get:

version: 0.1.5
You have to be inside an ember-cli project in order to use the build command

Do you have any suggestions on how to bypass ember-cli?or how to move the mongoDB code to ember-cli?

Thank you! Armando

sahat commented 9 years ago

I haven't used ember-cli. Are both of these libraries use the ember binary? If that's the case you could rename ember (for ember-cli) to embercli or something like that. Then install ember-tools again, which should create the ember binary (for ember-tools).

It has been over a year since I worked on this project. At a time ember-tools was a good choice. However, after reading some of the blog posts on the web ember-cli seems quite popular these days among Ember developers.