NodeJS. Fix error "create react app npm ERR! Maximum call stack size exceeded"
Recently I started to learn ReactJS. I could manually install the environment in NodeJS for ReactJS – WebPack, ReactJS, Babel and others. But to make solutions easier, I decided to use Create-react-app. Unfortunately, I got the error "create react app npm ERR! Maximum call stack size exceeded".
As it turned out, my version of NodeJS was very orl, it was v 8.0.*. But the current is the 12.16.3! I had just to uninstall previous version and to install the new one. To be sure that everything is ok, I had restarted Windows 10 and update the environment variables. NodeJS for Windows contains the cmd-file with variables, you can find at C:\Program Files\nodejs\nodevars.bat

Install Debian as a Windows Subsystem for Linux (WSL)
Create new list item in SharePoint with CSOM and .Net (C#) in 6 steps
PostgreSQL in Docker: when DBeaver lies (and psql saves the day)