-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I just installed it globally using npm install -g covin-cli but when I tried to run covin it states:
` covin-cli v2.0.3 by Arup Saha
Track the Coronavirus disease (COVID-19) in India.
/
× UNHANDLED ERROR
× ERROR → TypeError
i REASON → Cannot read property 'confirmed' of undefined
i ERROR STACK ↓
TypeError: Cannot read property 'confirmed' of undefined
at C:\Users\aaryan\AppData\Roaming\npm\node_modules\covin-cli\utils\getStates.js:45:27
at Array.map ()
at module.exports (C:\Users\aaryan\AppData\Roaming\npm\node_modules\covin-cli\utils\getStates.js:40:14)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async C:\Users\aaryan\AppData\Roaming\npm\node_modules\covin-cli\index.js:51:24
`
Is there some problem with the internals or am I using it the wrong way?