I am using Windows 8. I have followed the steps of this link to install node.js
and express
. But when I am creating a project with command express project_name
, I am getting following error message -
'express' is not recognized as an internal or external command, operable program or batch file.
Previously I did the same in Windows 7 machine. Then all the steps worked perfectly. But now it's not. I also tried some measures pointed out in a similar question. What should I do now?