awscdk-v1-stack-finder icon indicating copy to clipboard operation
awscdk-v1-stack-finder copied to clipboard

Unexpected token .

Open mugnatto opened this issue 2 years ago • 1 comments

Hello, I'm trying to run this tool but I'm getting an "Unexpected token . (node:9625)" error. I've followed all the steps but it isn't working. Can someone help me? I have access to Cloudformation and all the necessary permissions.

mugnatto avatar Mar 27 '23 16:03 mugnatto

There appears to be an issue with the latest version. In the meantime, you can use a previous release as a temporary workaround. To do so, please follow these steps to install and run version 1.0.14 of awscdk-v1-stack-finder:

  1. Install the older version using this command: npm install [email protected]

  2. Run the installed version using the following command: npx awscdk-v1-stack-finder

coltondick avatar Mar 28 '23 18:03 coltondick