I see that you committed package-lock.json file which was auto-generated from npm install, but we use yarn and already have yarn.lock file in the repo.
So, could you please remove package-lock.json from your commit and run yarn install to update the yarn.lock file?
Hi @marcelofuchs, thanks for your help here!
I see that you committed
package-lock.json
file which was auto-generated fromnpm install
, but we use yarn and already haveyarn.lock
file in the repo.So, could you please remove
package-lock.json
from your commit and runyarn install
to update theyarn.lock
file?