Static GitHub Issues

[3271] These dependencies were not found: with the nodemailer

prev: npm run dev Error
next: nuxt-link prevents correct native scaling of inline svg (also ignores other styling)

I got this message when I tried to include nodemailer

child_process in ./node_modules/nodemailer/lib/sendmail-transport/index.js

I already installed nodemailer using npm npm install nodemailer --save

and I include it to my component impor nodemailer from 'nodemailer' and I user require too

const nodemailer =require('nodemailer) ;

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c6980">#c6980</a>)</em></sub></div>