cliftonc / express-mvc-bootstrap

Application template for a structured Node.js, Express, [Sequelizer in devel, Mongoose in master/Mongoose Branch], EJS & JQuery Application
http://cliftonc.github.com/express-mvc-bootstrap/
272 stars 50 forks source link

package dependency problem on npm 1.0+ #8

Closed dreamerslab closed 13 years ago

dreamerslab commented 13 years ago

With npm 1.0+ it separates packages to global and local. If we install modules globally than they can not be found on require. If we install modules locally than we can not use the *bin file ex. eb

Even if we install express-mvc-bootstrap both in local and in global It still does not work. Because all the dependent packages will be installed under express-mvc-bootstrap, suck as cluster, express... etc.

Therefore I manually installed all the dependent packages locally to get express-mvc-bootstrap to work

dreamerslab commented 13 years ago

Added docs on readme.md