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
Within the README instructions Under step #2 (2. Initialize and Config (Dir or DB)) it says to use this command:
npx greenlock init --config-dir ./greenlock.d --maintainer-email '[email protected]'
But if you use quotes around the email like that it fails with this error:
missing or malformed maintainerEmail (or author from package.json)
Since it compares with quotes included against the author email string as is without quotes
Hope this helps!
Kind regards //ihostuplay
The text was updated successfully, but these errors were encountered:
Within the README instructions Under step #2 (2. Initialize and Config (Dir or DB)) it says to use this command:
npx greenlock init --config-dir ./greenlock.d --maintainer-email '[email protected]'
But if you use quotes around the email like that it fails with this error:
missing or malformed
maintainerEmail
(orauthor
frompackage.json
)Since it compares with quotes included against the author email string as is without quotes
Hope this helps!
Kind regards //ihostuplay
The text was updated successfully, but these errors were encountered: