Possible Duplicate:
Cannot find module formidable - Node.js
I an trying to develop a node.js project.
But when i try to execute it shows the
ERROR - can not find module 'formidable'
I have already tried
npm install -g formidable
and
npm install -d
Thanks in Advance.