I'll shortly make a Pr with the fix.

It failed due to node version incompatibility:

@anudeepreddy can you take a look at this? I am completely unfamiliar with GitPod, and at the moment it doesn't feel like it is providing much value for the maintenance cost.
I'd be happy to keep the gitpod.yml around, if it works with our existing tooling 馃憤
Hey @mfix22 , I was going through the recent changes and there is something I found, for which i need clarification from you. I noticed that the node engine in package.json is set to 12.x(this is the major reason why the Gitpod setup is broken), but you are using node 10.x for your CI. Can you please clarify this for me. Is it done on purpose?
One more thing, your contribution guide asks the contributors to use yarn, but the current code fails to run on node version 10.x using yarn (works fine with npm). So please do clarify about choosing node engine as 12.x in package.json and using yarn in contribution guide(The code cannot be run using yarn for node version less than 12.x).
Thanks @nisarhassan12 for bringing this to notice.
@mfix22 It will be helpful for me to fix this setup if you clarify me with the above regard.
Thanks
Thanks! @anudeepreddy :slightly_smiling_face: FYI I have already fixed it in https://github.com/carbon-app/carbon/pull/965 by upgrading the node version to 12.
@anudeepreddy the reason it is set to 12.x in our package.json is because Now looks at that value to set which environment the web app will be built/deployed to.
Since this is the version we use in production, it is preferred that users develop using that Node version as well. I can add a point to use the correct Node version to the contributing guide.
As for fixing this issue, sounds like we just need to update our CI to also use Node version 12 鈥斅營 will take a look into this, but if someone else gets to it first, I'd be happy to accept a PR for it.
Thank you @anudeepreddy and @nisarhassan12 馃檹
@all-contributors add @nisarhassan12 for bug
@mfix22
I've put up a pull request to add @nisarhassan12! :tada:
@mfix22
I've put up a pull request to add @anudeepreddy! :tada:
@mfix22
I've updated the pull request to add @nisarhassan12! :tada:
@nisarhassan12, @anudeepreddy any updates here? Does GitPod support 12.x now?
Yes, it does support 12.x now. Sorry, I was a bit busy with my classes with this lockdown in effect (COVID-19)
The Gitpod setup works now

Most helpful comment
The Gitpod setup works now
