node.js - Porting express generated folder vs fresh npm install? -
i "express generated" folder on ubuntu , synced git. now, have need work on mac. can pull folder git onto mac, assume important stuff (for instance node_modules) ported , continue working on there? or have fresh npm install using package.json?
if there native addons in modules (compiled modules) you'll need fresh install (at least on those) wont binary-compatible.
Comments
Post a Comment