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

Not able to install Vonage/server-sdk #799

Closed mRahulRoy closed 1 year ago

mRahulRoy commented 1 year ago

ExpectedBehaviour

It should Intsall the dependency after hitting npm install @vonage/server-sdk

Current Behaviour

Its saying this - npm ERR! 404 Not Found - GET https://registry.npmjs.org/@vonage%2faudit - Not found

Possible Solution

maintainers should check for Possible error , and should also crosscheck npm registry

Context

Your Environment

I am using windows and the issue is m not able to install vonage server dependency as its not found in npm registry.

isaacAssaban commented 1 year ago

i am on mac and facing the same issue.

JeremieDemarchez commented 1 year ago

Same issue on WSL2. CICD is blocked by this problem, a quick fix would be great.

manchuck commented 1 year ago

Can you all post which version of the SDK you are trying to install? I'm able to install the SDK at version 3.0.20 without any issues. I do see that npmjs.com is not showing the @vonage/audit package however, I can use npm show and npm install @vonage/audit@1.0.3 I will get in contact with npm to figure out why the package is not appearing.

JeremieDemarchez commented 1 year ago

The latest, simply run the following command to reproduce the problem (Linux system) : mkdir testVonage && cd testVonage && npm init -y && npm install @vonage/server-sdk

Are you able to reproduce the problem?

JeremieDemarchez commented 1 year ago

It seems to be solved, thank you. :)

manchuck commented 1 year ago

It appears that 3.0.11 of the SDK is causing the issue. Looking into it, TS failed to build for @vonage/audit, which meant that version was not published. I went back and corrected the build shortly after publishing. That seems like the most viable explanation on what happened

mRahulRoy commented 1 year ago

Can i install that server dependency now ?

On Tue, 28 Feb, 2023, 8:55 PM Chuck Reeves, @.***> wrote:

Closed #799 https://github.com/Vonage/vonage-node-sdk/issues/799 as completed.

— Reply to this email directly, view it on GitHub https://github.com/Vonage/vonage-node-sdk/issues/799#event-8628259587, or unsubscribe https://github.com/notifications/unsubscribe-auth/AREBM3NDXVFTETODXJY7BI3WZYKGRANCNFSM6AAAAAAVKIKYKQ . You are receiving this because you authored the thread.Message ID: @.***>

mRahulRoy commented 1 year ago

https://dashboard.nexmo.com/getting-started/verify verify user page in dashboard is also not working. Saying refresh or try again later

mRahulRoy commented 1 year ago

It seems to be solved, thank you. :)

Yes, Now Its Working .