Closed lordravi closed 3 years ago
npx cowin-pinger run --age=<18> --district=<247> npx cowin-pinger run --age=<18> --district=<247> ^^^^^
Uncaught SyntaxError: Unexpected identifier
You don't need to pass < >, just the number is needed.
< >
Try this - npx cowin-pinger run --age=18 --district=247
npx cowin-pinger run --age=18 --district=247
npx cowin-pinger run --age=<18> --district=<247> npx cowin-pinger run --age=<18> --district=<247> ^^^^^
Uncaught SyntaxError: Unexpected identifier