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
Copy file name to clipboardExpand all lines: index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -346,7 +346,7 @@ class Email {
346
346
// don't break production apps
347
347
// (in case someone upgrades major without reading changelog on GH releases)
348
348
consterr=newTypeError(
349
-
'Optional dependency "preview-email" not installed, but required for "previewEmail" option in "email-templates" usage (e.g. set "previewEmail: false" or "npm install preview-email" to resolve)'
349
+
'Optional dependency "preview-email" not installed, but required for "preview" option in "email-templates" usage (e.g. set "preview: false" or "npm install preview-email" to resolve)'
0 commit comments