'React Chart JS - NOT Rendering but compiles correctly

I am trying to run the react chart.js tutorial and all the code compiles successfully. However, nothing renders on my screen. I even did a copy and paste of the source code and nothing seems to work. Any assistance?

I tried checking dependencies and other StackOverflow options but nothing seems to be the problem. The compiler says is successful but after I inspect the page, it gives "Uncaught ReferenceError: process is not defined" & Uncaught TypeError: chart_js__WEBPACK_IMPORTED_MODULE_3__.Chart.register is not a function



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source