How to get the local workflow file or data when using npm to start n8n

I am using npm to start the n8n in my computer(mac),I created a few workflows and saved them. But I can’t find the json file of the workflow I created, which path in my computer they store?

Your workflows would live in the database used by n8n (SQLite by default). You could export them as JSON files using the CLI as described here in our docs or by downloading them manually through the UI.

Thanks MutedJam. I found them by your docs

1 Like