viernes, 9 de noviembre de 2018

MLAB MONGODB ROBO3T

https://yellowme.gitbooks.io/playbook/content/developing/guides/database/configure-a-mlab-database-to-robo-3trobomongo.html

"code": "ECONNECTION", "command": "CONN"

https://stackoverflow.com/questions/38431592/sending-mail-in-node-js-using-nodemailer

La solución al problema que presenté arriba se resuelve en 2 pasos:
1. agregar en el código:
antes del transporter:   process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
  1. process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
  2.  
  3. // create reusable transporter object using the default SMTP transport
  4. let transporter = nodemailer.createTransport({
  5. host: 'smtp.gmail.com',
  6. port: 465,
  7. secure: true,
Habilitar Allow less secure apps: ON, en gmail.

viernes, 19 de octubre de 2018

Schema is not defined

https://stackoverflow.com/questions/24908405/mongoose-and-new-schema-returns-referenceerror-schema-is-not-defined

miércoles, 17 de octubre de 2018

cache de computadora

https://techlandia.com/limpiar-cache-computadora-como_5973/ 

martes, 16 de octubre de 2018

$(...).modal is not a function

https://stackoverflow.com/questions/25757968/bootstrap-modal-is-not-a-function

httpClient

https://stackoverflow.com/questions/47236963/no-provider-for-httpclient

sábado, 13 de octubre de 2018

how to embed a map

https://www.youtube.com/watch?v=ut3HYH3SJtQ