covid19 icon indicating copy to clipboard operation
covid19 copied to clipboard

How install this code

Open Theblood opened this issue 4 years ago • 2 comments

Help Me?

Theblood avatar Mar 20 '20 22:03 Theblood

You can use "yarn install" to install the project. Also note that you need to include the submodules when you clone the repo using "--recurse-submodules" or "--recursive".

stevenliuyi avatar Mar 20 '20 23:03 stevenliuyi

yarn install error:

[o] Wrote public/maps/gadm36_PRT_2.json
assert.js:339
    throw err;
    ^

AssertionError [ERR_ASSERTION]: undefined is not a valid count!
    at forEach (/tmp/covid19/scripts/missing_data_fix.js:40:13)
    at Array.forEach (<anonymous>)
    at fillMissingData (/tmp/covid19/scripts/missing_data_fix.js:20:54)
    at Object.keys.filter.forEach (/tmp/covid19/scripts/missing_data_fix.js:55:13)
    at Array.forEach (<anonymous>)
    at fillMissingData (/tmp/covid19/scripts/missing_data_fix.js:54:10)
    at Object.<anonymous> (/tmp/covid19/scripts/missing_data_fix.js:59:1)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)

nndnha avatar Mar 31 '20 03:03 nndnha