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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -