On node 14.17.0 npm i gemini produces following error: https://gist.github.com/jehy/cce9c2b7ef2c7ece06466b20a75e8a88
You can try running npm i png-img@2 and you will see the same error.
npm i png-img@3 runs perfectly. It's a major change because 3+ version only supports Node 8+. Seems perfectly safe to switch to it.
On node 14.17.0
npm i geminiproduces following error: https://gist.github.com/jehy/cce9c2b7ef2c7ece06466b20a75e8a88You can try running
npm i png-img@2and you will see the same error.npm i png-img@3runs perfectly. It's a major change because 3+ version only supports Node 8+. Seems perfectly safe to switch to it.