Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue folder structure with awesome fonts (ember-cli 2.13.1) #100

Closed
jagroeneveld opened this issue Jun 14, 2017 · 2 comments
Closed

Issue folder structure with awesome fonts (ember-cli 2.13.1) #100

jagroeneveld opened this issue Jun 14, 2017 · 2 comments

Comments

@jagroeneveld
Copy link

After installing with 'ember install fixtable-ember' and running 'ember s' I get the following error:
(awesome-font is installed in '/home//ember-quickstart/node_modules/font-awesome/fonts'

ENOENT: no such file or directory, scandir '/home//ember-quickstart/node_modules/fixtable-ember/node_modules/font-awesome/fonts'
Error: ENOENT: no such file or directory, scandir '/home//ember-quickstart/node_modules/fixtable-ember/node_modules/font-awesome/fonts'
at Error (native)
at Object.fs.readdirSync (fs.js:952:18)
at Class.included (/home//ember-quickstart/node_modules/fixtable-ember/index.js:20:34)
at Class.superWrapper [as included] (/home//ember-quickstart/node_modules/core-object/lib/assign-properties.js:34:20)
at EmberApp. (/home//ember-quickstart/node_modules/ember-cli/lib/broccoli/ember-app.js:517:17)
at Array.filter (native)
at EmberApp._notifyAddonIncluded (/home//ember-quickstart/node_modules/ember-cli/lib/broccoli/ember-app.js:512:47)
at new EmberApp (/home//ember-quickstart/node_modules/ember-cli/lib/broccoli/ember-app.js:142:10)
at module.exports (/home//ember-quickstart/ember-cli-build.js:5:13)
at Builder.setupBroccoliBuilder (/home//ember-quickstart/node_mod

@jagroeneveld jagroeneveld changed the title Issue folder structure with awesome fonts Issue folder structure with awesome fonts (ember-cli 2.13.1) Jun 14, 2017
@smargovsky
Copy link
Contributor

@jagroeneveld Can you give more details, please? Is this in an app, addon, or engine? Did you move fixtable-ember into dependencies from devDependencies ( where ember install puts it by default )?

Usually when we see this it is due to a dependency version mismatch somewhere in the tree. Can you eliminate this as a cause?

Thank you!

@jagroeneveld
Copy link
Author

jagroeneveld commented Jul 5, 2017 via email

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

No branches or pull requests

2 participants