webpack no se reconoce como un comando interno o externo, programa operativo o archivo por lotes

Estoy aprendiendo React.js y estoy usando Windows 8 OS. Tengo que navegar a mi carpeta raíz

1.Created the package.json file by npm init
2. install webpack by npm install -S webpack.now webpack has been downloaded to my modules folder
3. install webpack globally by typing npm install webpack -g
4. i am also having a webpack.config.js in my root folder which contains the source and ouput directory
5. when i type the webpack command i am getting the below error.

webpack no se reconoce como un comando interno o externo, programa operativo o archivo por lotes

Respuestas a la pregunta(13)

Su respuesta a la pregunta