sagarkarira / coronavirus-tracker-cli

Track conronavirus cases from command line. curl https://corona-stats.online/

Home Page:https://corona-stats.online/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

country directory not installed using npm package

bratekarate opened this issue · comments

When using the node package with npm install -g coronavirus-tracker-cli, the country directory is not installed. This results in the following error:

internal/modules/cjs/loader.js:628
    throw err;
    ^
Error: Cannot find module '../lib/country/us'
...

This is not an issue if using cd <source_dir> && npm install -g.