mailin
mailin copied to clipboard
version not found: [email protected]
I'm trying to get mailin working with meteor 1.3 which based on node v0.10.43 currently. It suggested me to install [email protected] instead of 3.0.3 the latest version but I always got not found error. Any idea ?
Some previous comments have suggested to use [email protected] which has worked for me:
npm install --save [email protected]
Thank you bro, I got it.