Unable to install nodejs client


@PaytmMoney can you please help

Yeah the package is not even published on NPM. You have two options -

  1. Publish the package yourself on the NPM Registry (preferably under your namespace) and use it
  2. Clone the repo and install it locally in your project

Or you could always roll your own functions by calling the http endpoints, as I have done (its not letting me post the link to my github repo)

@anuragroy thanks for sharing
i downloaded the pmclient from github repo.

@chetan the library is not available on npm. As pointed out by @anuragroy you have to clone the repo and install it locally.

1 Like