Adefemi
Adefemi
@leechelle0707 I think what you need to run is `npm install expo-cli --global` there should be a space between expo-cli and --global or in short form `npm install expo-cli -g`...
Hi all am facing ``` [error] "2021-01-11T05:26:15.227Z" 'error from lcovParse: ' 'Failed to parse string' [error] "2021-01-11T05:26:15.230Z" 'input: ' '' [error] "2021-01-11T05:26:15.230Z" 'error from convertLcovToCoveralls' ``` when running it locally...
Am using Node and Jest and I ran `jest --coverage` which created a coverage folder but with an empty `lcov.info` @zdrawku
You could do something like: ``` FROM ghcr.io/actions/actions-runner:latest RUN sudo apt update -y && \ sudo apt install -y \ curl ```
@1024bees I tried this steps but I was still getting the same error. Was there any content in those files you created?
Thanks, for some reason I retried it again after few hours and it worked