nexmo-developer
nexmo-developer copied to clipboard
Wrong dependency name of vonage sdk for node
Description
The install instructions for some node samples are wrong.
What did you expect to happen?
npm install from docs is successful.
What actually happened?
npm install from docs is failing.
Steps to reproduce:
Open https://developer.nexmo.com/concepts/guides/signing-messages and extend Install dependencies section. Copy code and run it. It will fail, because the Vonage SDK name is not "vonage" but should be "@vonage/server-sdk"
Related resources
Fix it here: https://github.com/Nexmo/nexmo-developer/blob/main/_examples/concepts/guides/verify-signed-sms/node.yml And maybe in other node.yml files that contain node samples like this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.