[x] author crafted PR's title into release-worthy commit message.
When running npm start, the project wasn't compiling and building properly on all platforms. By bumping up the minimum Node version, the project now builds on various platforms when running npm install and npm start.
Merge Checklist
:wrench: Issue(s) fixed:
:smoking: Smoke Test
:ship: Merge
When running
npm start
, the project wasn't compiling and building properly on all platforms. By bumping up the minimum Node version, the project now builds on various platforms when runningnpm install
andnpm start
.