JSON.stringify() 를 하면 위와 같은 에러를 내면서 죽길래
해결책을 찾는데 circular-json 이라는 다른 패키지를 깔아서 써야 한다.
[링크 : https://zetawiki.com/wiki/TypeError:_Converting_circular_structure_to_JSON]
[링크 : https://zetawiki.com/wiki/Npm_circular-json]
진짜인진 모르겠지만 객체 내에 순환참조가 있음 그렇게 죽는다고..
[링크 : https://ohgyun.com/399]
'Programming > node.js' 카테고리의 다른 글
node.js mitm proxy (for https) (0) | 2019.04.02 |
---|---|
proxy http node.js (0) | 2019.04.01 |
https proxy using node.js (0) | 2019.03.27 |
node.js unit test (0) | 2019.03.25 |
node.js http cache proxy (0) | 2019.03.20 |