apostrophecms / stagecoach

Painlessly deploy node.js applications to your staging and production servers. Use a standard VPS or dedicated server to host both Node and traditional Apache-based websites. Pairs nicely with nginx and mechanic.
306 stars 29 forks source link

Will not handle the case of native c libraries #7

Closed wjohnald closed 11 years ago

wjohnald commented 12 years ago

Hey Tom,

npm modules, such as https://github.com/polotek/libxmljs, require a native c library. This can't simply be rsynched to a remote server. There needs to be a simple way to tell npm to reinstall all local libraries.

Wes

boutell commented 11 years ago

Didn't spot this ticket for a while. This has been fixed some time ago, we use npm install in the dependencies step.