Question
node_modules like express and forever is not running in Ubuntu 14.04 LTS
Hi,
I have install nodejs and mysql..
Node js and MYSQL is running fine.
For node/npm, I have ran:
apt-get install nodejs
apt-get install npm
But, after installing node-module -g (globally) express and forever.
express and forever command is not running.
which express gives: /usr/local/bin/express
and /usr/local/bin/forever
Even I have entered in $PATH variable.
Let me know If there is anything I can do to resolve this problem.
Thanks,
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×