shivamguys / irctc-cypress-automation

Tatkal and Normal train Booking Automation in 1 Minute ✔️ Signing in with your username and password. ✔️ Auto Upgradation Enabled. ✔️ Filling Captchas and retrying untill success. ✔️ Support for Food Choices, Seats Preferences. ✔️ Payment Gateway Automation (Paying With UPI ID OR QR Code).
92 stars 142 forks source link

Stuck at npm install #30

Closed rockydares closed 5 months ago

rockydares commented 5 months ago

On windows process is stuck on reify:rxjs: timing reifyNode:node_modules/lodash Completed in 2284ms It doesn't go beyond this. Latest npm is installed. Any help?

shivamguys commented 5 months ago

Would advise you to go through these links sometimes some packages hangs while installing this is due to wrong proxy configuration or sometimes permission issues on os level.

https://luisrangelc.medium.com/comprehensive-guide-to-clearing-the-npm-cache-on-linux-macos-and-windows-d38d5c6405aa

https://stackoverflow.com/questions/16873973/npm-install-hangs

rockydares commented 5 months ago

Thank you, this solved the problem.