Now : ``` $ npx htpasswd -v htpasswd prototype New password: Re-type new password: Password for user prototype correct. ``` Should be : ``` $ npx htpasswd -v htpasswd prototype Enter password: Password for user prototype correct. ```