0

I am running cordova from commandline on windows 7. I insalled it using nodejs.

But I get the error 'node' is not recognized as an internal or external command, operable program or batch file.

1 Answer 1

1

Add npm path in system environment variable path.maybe it will help you.

C:\Users\Account\AppData\Roaming\npm;

Not the answer you're looking for? Browse other questions tagged or ask your own question.