I'm using NPM as my package manager for React development. Everything is fine on my Mac locally (npm install
takes a few seconds to a minute, builds using browserify/uglify take approximately 20s), but the same operations take 3-5 times longer on the server.
Assuming that the server (a small Rackspace Ubuntu instance) is at least as powerful as my ageing MacBook, what could the problem be? Any ideas?
Thanks!