PROGRAMING/React

[REACT] npx create-react-app getting error

donghunl 2024. 2. 10. 02:17
반응형

 

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

반응형