I'm trying to create a virtualenv in a node.js project to manage nodejs dependancies like grunt, bower, etc.
Trying to use nodeenv for that.
But its not getting recognized.
I did both npm install nodeenv and with -g flag as well. The dependancy is installed in my node_modules as well, still getting this error.