I have an application that uses the node twit module that is available via
npm install twit
I deployed the node module locally from .m
Changed:
var modulePath = base + (isBundle ? '/bundle/static' : '/../client/app') + '/node_modules/'
to:
var modulePath = base + (isBundle ? '/bundle/static' : '/../web.browser/app') + '/node_modules/'