[REACT] npx create-react-app getting error Error Detail: When you generating a project with Create React App, you get below error. npm ERR! enoent ENOENT: no such file or directory, lstat 'C:\Users\dongh\AppData\Roaming\npm' Solution: install npm globally in windows: npm install npm -g PROGRAMING/React 2024.02.10