kennstenicht / ember-cli-mapbox-gl

MIT License
5 stars 6 forks source link

Can't install properly #1

Open allthesignals opened 8 years ago

allthesignals commented 8 years ago

When I use the component, I'm seeing:

Uncaught Error: Could not find module 'ember-cli-mapbox-gl/addon/mixins/mapbox-gl' imported from 'dd-explore/components/mapbox-map'

The path used in the example doesn't work either (same error). Where can I find some more guidance on how to install this or node libraries in general?

kennstenicht commented 8 years ago

to fix this problem execute ember g ember-cli-mapbox-gl inside your ember-cli project.