Closed mod3x closed 2 years ago
Also #12 not showing up 🙈
Still getting the below even after upgrade. Any insights?
Still getting the below even after upgrade. Any insights?
Hey. Looks like youre using a nodejs version that does not support a Nullish coalescing operator. To fix it upgrade nodejs to minimum version 14, nvm is the easieset way to do so imo
Also @glook looks like a good sign to fill the engines
settings in package.json
as nodejs 16 already becomes as LTS
>=14.0.0 || >=16.0.0
should work just fine
Hey. I've updated some dependencies to fix #13. Thank you.