aomran / ember-cli-zero-clipboard

Ember CLI addon for adding a "copy to clipboard" button component
https://www.npmjs.org/package/ember-cli-zero-clipboard
17 stars 12 forks source link

Cannot find zero-clipboard component #15

Closed sunocean-sand closed 9 years ago

sunocean-sand commented 9 years ago

My ember app can't find the zero-clipboard component for some reason.

Am I missing something in the installation steps? It's included in my package.json and I used -save--dev during installation.

aomran commented 9 years ago

sorry I can't help without more context. can you provide the error and version numbers?

nruth commented 9 years ago

"ember-cli": "0.2.6", "ember": "1.12.0"

Uncaught Error: Assertion Failed: A helper named 'zero-clipboard' could not be found resolved as PEBKAC

nruth commented 9 years ago

Please ignore my previous comment, I npm installed to the wrong path. It does work fine with those versions.