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

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -