When running npm run init, I encountered an issue (check screenshot).
I tried using a previous version of node - v12.13.0 but still had the same issue.
Before that, I encountered this error - '.' is not recognized as an internal or external command
To solve that, I ran - npm config set script-shell bash
As advised on stackoverflow.
