반응형
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' 카테고리의 다른 글
[REACT] Dark mode Light mode toggle (0) | 2024.03.06 |
---|---|
[REACT]Error: error:0308010C:digital envelope routines::unsupported (0) | 2024.03.06 |
[REACT] React Router (0) | 2024.02.15 |
[REACT] What is React? (0) | 2024.02.10 |
[REACT] 'react-scripts' is not recognized (0) | 2024.02.10 |