node.js - express not installed on my machine -
i downloaded node.js onto linux fedora core 18 machine. after using npm -g install express installed express. problem unable find express file supplied nodeclipse in preference.
hence, application using express not able compile saying express not found. missing here?
try installing command , see if works:
npm install -g express
then go cd myapp
npm link express
this trick..
Comments
Post a Comment