javascirpt로 따라 치기하는데 왠지 이쁘지 않아서
eslint랑 pretty 깔려고 했는데
npm eslint 부터 막히는거다.
오류명은
error Unexpected token < in JSON at position 0 while parsing near '<!DOCTYPE html>
해결방법은
npm set registry https://registry.npmjs.org/
라고 치고 다시 명령어 치니까 됨.
'기술 블로그 (Tech Blog) > 검색용 개발 블로그' 카테고리의 다른 글
okhttp (0) | 2021.09.10 |
---|---|
[javascirpt] object ==, === 비교 (0) | 2021.09.07 |
mysql select 자동순번 (0) | 2021.09.03 |
[javascript] fuction vs class (new 연산자) (0) | 2021.09.03 |
[shell scirpt] date (0) | 2021.09.03 |