leeda-cloud
Npm ERR code EJSONPARSE Failed to parse json 에러 해결법 본문
새로운 환경에서 이것,저것 테스트 중 Npm ERR code EJSONPARSE Failed to parse json 에러가 발생했다.
이건 또 왜... 하고 찾아보니 역시 package.json!
package.json에 불필요한 내용이나 콤마가 들어가면 발생한다고 한다.
필요없는 ','를 지운 후 실행해보니 멀쩡히 작동했다.
참고 url : https://stackoverflow.com/questions/43215789/npm-err-code-ejsonparse-failed-to-parse-json
Npm ERR code EJSONPARSE - Failed to parse json
So I was just about to setup this login form for my page using node.js I ran npm init and went trough the various steps to complete it. When I was all done with that, and the package.json file ...
stackoverflow.com
'에러' 카테고리의 다른 글
Cannot use import statement outside a module 에러 해결법 (0) | 2023.11.08 |
---|---|
[Gulp] The following tasks did not complete: Did you forget to signal async completion? 에러 해결법 (0) | 2023.04.14 |
[chrome] 크롬 브라우저 커서 깜빡임 해결법 (0) | 2023.01.25 |
[Gulp] failed to load external module babel/register 해결법 (0) | 2023.01.06 |
[Git] not a git repository (or any of the parent directories): .git 해결법 (0) | 2023.01.05 |
Comments