Closed ghost closed 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
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.
Could this be the issue? https://github.com/artificialio/ember-cli-foundation-sass/pull/14
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.
I am using MacOSX Mavericks.