Hi,
I have downloaded braintree nodejs module npm install braintree
for my app but when I make a call to it using the following statement var braintree = require('braintree')
it gives me Couldn't find module error.
Can anyone help me out on how to use third party node modules in our app?