C3Charts in Emberjs

I followed the steps for using C3Charts in Emberjs(Using:Ember-C3) and stuck with the following issue, " A helper named 'c3-chart’ could not be found" in ember-template-compiler-2.0.1.js file. Can you help me with this Issue?

Did you install it?

ember install ember-c3

yeah i did it.but it shows the following text,You have to be inside an ember-cli project in order to use the install command.I installed ember cli too.

Did you create an ember-cli project first?

ember new my-project

Nope.I will do that now.What should i do next ?

I have installed ember-c3,

> C:\Windows\system32>ember install ember-c3 version: 1.13.8 Installed
> packages for tooling via npm. installing ember-c3 Installing browser
> packages via Bower...   cached git://github.com/mbostock/d3.git#3.5.6
> Installed browser packages via Bower. Installing browser packages via
> Bower...   cached git://github.com/masayuki0812/c3.git#0.4.10   cached
> git://github.com/mbostock/d3.git#3.5.0   conflict Unable to find
> suitable version for d3
>     1) d3 <=3.5.0
>     2) d3 ~3.5.6 [?] Answer: 2 Installed browser packages via Bower. Installed addon package

But Now also I am facing the same issue, " A helper named ‘c3-chart’ could not be found"

ember new my-project
cd my-project
ember install ember-c3

On a side note, I sure hope you’re not really installing all these into \Windows\system32