create-react-app을 사용하여 새로운 React 프로젝트를 생성하던 중에 오류 메시지에 따르면 npm이 '..\AppData\Roaming\npm' 디렉토리를 찾을 수 없다고 떴다.
npm 버전을 확인해보니, 10.5.2 버전으로 확인이 됬고, cash clean도 했다.
그래서 이렇게 해보라고 도와주셔서
했더니
리액트 프로젝트 생성 완료
'공부(TIL) > Error' 카테고리의 다른 글
[git] git drop 후 복원 (0) | 2025.01.10 |
---|---|
[C#] IIS Publish (0) | 2025.01.09 |
error: Attempt to recreate a file for type..... (0) | 2024.05.07 |
ORA-00942: table or view does not exist (0) | 2024.04.29 |
java.sql.SQLException: Cannot create JDBC driver of class '' for connect URL 'null' (0) | 2024.04.03 |