When i try to run the following command:
I'm getting the following giant error
The following error was encountered while generating changelog entries
We have escaped applying the changesets, and no files should have been affected
🦋 error TypeError: Cannot read properties of undefined (reading 'push')
🦋 error
Here is the version of changesets/cli i'm using:
{
"@changesets/cli": "^2.27.1",
}
I'm running node version: v18.17.1
What is the issue here?
When i try to run the following command:
I'm getting the following giant error
Here is the version of
changesets/clii'm using:{ "@changesets/cli": "^2.27.1", }I'm running node version:
v18.17.1What is the issue here?