Nodejs - Setting Up Mean.io Cannot Find Module Errors
I'm sort of new to this whole 'node' js thing. When trying to install the MEAN package from http://mean.io/, I followed these steps faithfully: I 'cd' to my directory, run 'npm ins
Solution 1:
I've run in to this and think this might be connected to another issue. Basically it's related to the number of open files (alot) that get open when we do a npm install. It has been blogged about nicely here - http://otaqui.com/blog/1618/how-to-fix-error-emfile-too-many-open-files-from-yeoman-and-npm/ and I update the mean FAQ https://github.com/linnovate/mean/wiki/Faq
Post a Comment for "Nodejs - Setting Up Mean.io Cannot Find Module Errors"