Closed janmisek closed 9 years ago
Bizarre. I just installed it without issue. I'd say just do a npm cache clear && rm -rf node_modules
and then npm install
it all back. Let me know if that works.
btw, there is a well known npm problem where if you don't specify both main
and files
in the package file you'll get very inconsistent behaviour but I just checked and that's already been done here.
Ok I will check myself and produce pr
I just found this same error in another plugin of mine. Installing with npm
works with no issue and ember install
does install the npm module but falls over on the bower dependency. I've made some very small changes and I think 0.1.4
should work for you (did for me).
Thanks for reply and fix. I have to work on another project now so i am unable to check currently. I will let you know asap.
Ok, i'll close for now but reopen it if you find you're still having this problem.
Hello
when version 0.1.3 is installed I am getting following exception on ember-cli command line:
version 0.1.2 works just fine.
5
Thanks