razorpay / razorpay-node

Razorpay node.js bindings
MIT License
182 stars 111 forks source link

npm install #355

Open AnudeepReddyBondugula opened 1 year ago

AnudeepReddyBondugula commented 1 year ago

Steps to reproduce the behavior

  1. Clone the project
  2. Run the command npm install Screenshot 2023-07-04 205222

Expected behavior

npm install command should install the dependencies (including dev)

Actual behavior

Installing dependencies and running npm test command automatically which is modifying the dist folder with incorrect syntax Error! at the end Screenshot 2023-07-04 205608

Code snippets

No response

Node version

Node v18.15.0

Library version

razorpay-node 2.9.0

Additional Information

I'm new to open source and this is my first project that I'm trying to contribute. I need help!

If I did anything wrong in the above process please guide me in setting up this local environment