Vonage / vonage-node-sdk

Vonage API client for Node.js. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Apache License 2.0
375 stars 178 forks source link

[Bug]: Issue with npm install #896

Closed weisheng-homage closed 6 months ago

weisheng-homage commented 6 months ago

Node Version

18.x

Platform

Mac (Apple Silcon)

SDK Version

3.10.2

Code Sample

sample repo here https://github.com/weisheng-homage/vonage_npm_broke/tree/main

Expected Behavior

npm install to run fine

Actual Behavior

see a bunch of error messages - i think the dependency is added wrongly for @vonage/sms

npm ERR! code ETARGET
npm ERR! notarget No matching version found for @vonage/sms@^1.9.2.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
manchuck commented 6 months ago

This was an issue with @vonage/sms@1.9.2 not being published. This is now resolved. Sorry for the inconvenience