2016-04-07 10 views

Antwort

0

Ich gehe davon aus, dass Sie bereits pmx Danach npm install pmx --save

installiert hatte müssen Sie Ihre config/bootstrap.js aktualisieren wie folgt vor:

module.exports.bootstrap = function(cb) { 
    require('pmx').init({ 
    http : true 
    }); 

    cb(); 
};