nadavshatz / ember-cli-foundation-sass

Automatically sets up Foundation 5 SASS in your Ember CLI app.
https://www.npmjs.org/package/ember-cli-foundation-sass
MIT License
68 stars 18 forks source link

cannot install into new project #2

Closed ghost closed 10 years ago

ghost commented 10 years ago

Created a new project with ember-cli, installed ember-cli-foundation-sass using "npm install -g ember-cli-foundation-sass". Ran "ember g foundation-sass" and got "Unknown blueprint: foundation-sass". Also, it looks as if it installed the dependencies, but not the foundation-sass package itself.

ember-cli-foundation-sass

I am using MacOSX Mavericks.

Globegitter commented 10 years ago

Did you do it with the - -save or --save-dev flag? Ember-cli only picks up generators when they are listed in the package.json

Globegitter commented 10 years ago

Ah I an just seeing you did npm i -g ember-cli-foundation-sass, try npm i --save-dev ember-cli-foundation-sass and see if it works.

tygriffin commented 9 years ago

Could this be the issue? https://github.com/artificialio/ember-cli-foundation-sass/pull/14