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

Falls at 2nd hurdle - (1) installed (2) doesn't get recognised #93

Closed
rmcsharry opened this issue Sep 9, 2016 · 2 comments
Closed

Falls at 2nd hurdle - (1) installed (2) doesn't get recognised #93

rmcsharry opened this issue Sep 9, 2016 · 2 comments

Comments

@rmcsharry
Copy link

Seems like a great add-on, but in Ember 2.7 it cannot be found...?

component/trail-card.js

import Ember from 'ember';
import InViewportMixin from 'ember-in-viewport';

export default Ember.Component.extend(InViewportMixin, {
  didEnterViewport() {
    console.log('entered');
  },
});

Error in console:

228 Uncaught Error: Could not find module ember-in-viewport imported from trekclient/components/trail-card

@ghost
Copy link

ghost commented Sep 9, 2016

Just to be sure: Have you restarted the development server?

@rmcsharry
Copy link
Author

Thanks...note to self: never stay up all night coding.

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

1 participant