nvbn / django-bower

Easy way to use bower with your django project
https://django-bower.readthedocs.io/
518 stars 74 forks source link

'node' is not recognized as an internal or external command #24

Closed realmhamdy closed 9 years ago

realmhamdy commented 9 years ago

I was trying to run manage.py bower_install and got this error:

'node' is not recognized as an internal or external command, operable program or batch file. .

I have Python 3.4, django 1.7.

node works fine from the command line: C:\Users\username>where node C:\Program Files\nodejs\node.exe

realmhamdy commented 9 years ago

It seems that is an issue only when executed from inside Eclipse/PyDev. From the regular commandline it's runs fine.