You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try npm install @types/nest-modules__mailer if it exists or add a new declaration (.d.ts) file containing declare module '@nest-modules/mailer';
api_1 | src/users/users.service.ts(4,31): error TS7016: Could not find a declaration file for module '@nest-modules/mailer'. '/app/node_modules/@nest-modules/mailer/index.js' implicitly has an 'any' type.
The text was updated successfully, but these errors were encountered:
Getting this error since yesterday:
Try
npm install @types/nest-modules__mailer
if it exists or add a new declaration (.d.ts) file containingdeclare module '@nest-modules/mailer';
api_1 | src/users/users.service.ts(4,31): error TS7016: Could not find a declaration file for module '@nest-modules/mailer'. '/app/node_modules/@nest-modules/mailer/index.js' implicitly has an 'any' type.
The text was updated successfully, but these errors were encountered: