razorpay / razorpay/razorpay-node
npm install
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 243
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
Steps to reproduce the behavior
- Clone the project
- Run the command npm install
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
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with Node v18.15.0 by running npm install, then npm test, and observe the changes to the dist folder and the reported syntax error. Trace the install and test steps that cause this behavior. Done means dependencies install correctly without the unexpected test run or incorrect dist output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100