Reputation: 11
I was working on setting up a Payload CMS project by running this command in the Gitpod terminal:
npx create-payload-app@latest -t website
Soon after executing this, the following error popped up, and I couldn’t proceed further:
NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
at https://app.gitpod.io/static/assets/index-DEorCKlL.js:1:282981
at yg (https://app.gitpod.io/static/assets/vendor-3kD5sNEq.js:46:22409)
at Fl (https://app.gitpod.io/static/assets/vendor-3kD5sNEq.js:46:24114)
at Wa (https://app.gitpod.io/static/assets/vendor-3kD5sNEq.js:46:42125)
at https://app.gitpod.io/static/assets/vendor-3kD5sNEq.js:46:40726
at x (https://app.gitpod.io/static/assets/vendor-3kD5sNEq.js:31:1574)
at MessagePort.D (https://app.gitpod.io/static/assets/vendor-3kD5sNEq.js:31:1940)
Steps I’ve Tried:
Environment Details:
Upvotes: 0
Views: 17