I try to use the Mailjet Wrapper for Node.js for my Ionic app.
Now I try to connect to the Mail by using following code :-
var connection = require(['node-mailjet'], function(mailjet){
mailjet.connect('api key', 'api secret');
});
But I'm getting this error:-
require.min.js:8 Uncaught Error: Script error for: node-mailjet
Does anybody know how to solve it? I already installed the require.js
library.