The error happens when run `npm build` (regardless of having end `:js`, `:types`) Simply do `npm update` will fix the issue ([source](https://stackoverflow.com/a/62574648/4549166)), but still pain to figure out the fix. Having an action to actually update the package-lock.json file would be awesome.
The error happens when run
npm build(regardless of having end:js,:types)Simply do
npm updatewill fix the issue (source), but still pain to figure out the fix.Having an action to actually update the package-lock.json file would be awesome.