node.js - How to use npm nodejs other than meteor nodejs in a meteor application -


this spillover of previous post running bulk email nodemailer in meteor js application how use npm nodejs other meteor nodejs in meteor application. randomly thinking of how can use nodemailer because default meteor 1.4 run runs on nodejs version 4.x. , version can not upgraded. have nodejs version 7.x installed via npm on same computer. since nodemailer runs on version 6.x , above, how point file use npm node other meteor node? advised here install babel, did, error persists

you can not use nodeemailer in meteorjs. so, need use meteor packages atmospherejs. example:- mrt:meteor-nodemailer epaminond:nodemailer. there many packages available.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -