outmoded / postmile

Collaborative list making tool written in Node.js
Other
404 stars 53 forks source link

No web/install.js #43

Closed NachoMan closed 13 years ago

NachoMan commented 13 years ago

The documentation alludes to a web/install.js file used to install node.js dependencies, but it doesn't appear to be checked in.

hueniverse commented 13 years ago

If you follow the instructions, you will be in /api when you need to run install.js, not /web. Hope this helps.

NachoMan commented 13 years ago

I followed the instructions, but there is no note anywhere about which NPM modules are required for the server to start up. Since there was a reference to "npm update" in the instructions within the "web" subdirectory I had assumed (wrongfully apparently) that there was an installation step in there as well.

I've been collecting a list of required NPM modules in a whack-a-mole fashion in any case, since I assumed this would be a verification step in the web directory's installation process.

hueniverse commented 13 years ago

When you do 'npm update' in the right directories it will automatically install all the dependencies you need.