I want to use some modules like 'jsonwebtoken' and 'passport'. There's a way to include these modules downloading them with npm install and require it on titanium?
I tried to do this but I get an "Couldn't find module jwt"
someone knows if there's possible?
Thanks