Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Installation #30

Closed
williamweckl opened this issue Jun 23, 2016 · 5 comments
Closed

Installation #30

williamweckl opened this issue Jun 23, 2016 · 5 comments

Comments

@williamweckl
Copy link

How do I install this addon?

Tried ember install ember-cli-foundation-6-sass.

output:

Error: Cannot find module '/home/william/dev/ember-project/node_modules/ember-cli-foundation-6-sass/bower.json'

Tried npm install ember-cli-foundation-6-sass --save-dev. It installed but if I try to use ember g ember-cli-foundation-6-sass the output is the same as the above one.

What am I missing? Should not this be documented?

@williamweckl
Copy link
Author

Had to create bower.json file at node_modules/ember-cli-foundation-6-saas folder.

Created like this:

{
  "name": "ember-cli-foundation-6-sass",
  "dependencies": {
    "ember": "2.6.0",
    "ember-cli-shims": "0.0.6",
    "ember-cli-test-loader": "0.2.1",
    "ember-load-initializers": "0.1.7",
    "ember-qunit": "0.4.16",
    "ember-qunit-notifications": "0.1.0",
    "ember-resolver": "~0.1.20",
    "foundation-sites": "^6.0.3",
    "jquery": "~2.1.4",
    "loader.js": "ember-cli/loader.js#3.4.0",
    "qunit": "~1.20.0"
  },
  "resolutions": {
    "jquery": "~2.1.4"
  }
}

Can you verify why the npm version is comming without it?

@acoustep
Copy link
Owner

acoustep commented Jun 24, 2016

This is not intended, but I've just tested a fresh install and I'm getting the same issue.

Seems the issue is coming from between version 0.9 and 0.10, potentially to do with this commit 7d2dde6 - although I'm not 100% sure. Still investigating.

A working (but outdated) version can be installed with

ember install ember-cli-foundation-6-sass@0.0.9

@williamweckl
Copy link
Author

@acoustep Thank you for the reply. Is there any launching date for the next version yet?

@acoustep
Copy link
Owner

This has now been fixed #31

@williamweckl
Copy link
Author

@acoustep Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants