Author: Prakash Pradhan

Converting circular structure to JSON

I have recently encountered the below error while using the JSON.stringify for a class object. Error: “stack”:[“TypeError: Converting circular structure to JSON”,” –> starting at object with constructor ‘Cluster'”,” | property ‘_source’ -> object with constructor ‘AutoconfSource'”,” — property ‘_cluster’ closes the circle”,” at JSON.stringify (<anonymous>)” Let’s decode this in this article, so that it […]

–frozen-lockfile CI Build Error: “Your lockfile needs to be updated…”

CI Error: CI pipeline build fails with an error for frozen-lockfile: I have recently encountered the above CircleCi build error while running the pipeline for a project. Let’s understand the root cause of this and how to solve it. It may help everyone in the global community of coding. We often see the files likes […]

Back To Top