[React] npm install "must provide string spec" 오류 날때
2023. 7. 25. 11:23ㆍReact
오류 내용
npm ERR! must provide string spec
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\tws80\AppData\Local\npm-cache\_logs\2022-01-09T21_00_13_180Z-debug.log
해결 방법
package-lock.json을 지운다.
'React' 카테고리의 다른 글
[React] 분명 이상이 없는데 axios가 아예 안될때 (0) | 2023.07.25 |
---|---|
[React] {}을 쓸때 주의점 (0) | 2023.07.25 |
[React] axios 요청을 성공할 때까지 보내야 할 때 (0) | 2023.07.22 |
[React] Error: ENOSPC: System limit for number of file watchers reached (watchers 에러 뜰때) (0) | 2023.07.22 |
[React] response할 때 주의사항 (0) | 2023.07.21 |