Every Midnight developer eventually hits this. You clone a working project, run npm install, and the deploy script that worked yesterday crashes with something like:
TypeError: state.pendingOutputs.values.map is not a function or its return value is not iterable
at Object.pickAllCoins (CoreWallet.js:28:66)
Enter fullscreen mode
Exit fullscreen mode








