Describe the bug
In lower node versions (< 16), there is an issue with creating a new play by running yarn create-play or npm run create-play. The script works fine with node version 16.14.0.
To Reproduce
Steps to reproduce the behavior:
- Using
nvm try to use a node version lower than 16 (probably 14) and run npm run create-play or yarn create-play.
- Fill necessary details.
- An error might be evident stating
trim(...).replaceAll() is not a function!
Expected behavior
To create a play
Screenshots

Desktop (please complete the following information):
Describe the bug
In lower node versions (< 16), there is an issue with creating a new play by running
yarn create-playornpm run create-play. The script works fine with node version16.14.0.To Reproduce
Steps to reproduce the behavior:
nvmtry to use a node version lower than16(probably14) and runnpm run create-playoryarn create-play.trim(...).replaceAll()is not a function!Expected behavior
To create a play
Screenshots

Desktop (please complete the following information):