diff --git a/packages/website/pages/docs/reference/node-troubleshooting.mdx b/packages/website/pages/docs/reference/node-troubleshooting.mdx index f0c9aac7022..03a5eedf0ee 100644 --- a/packages/website/pages/docs/reference/node-troubleshooting.mdx +++ b/packages/website/pages/docs/reference/node-troubleshooting.mdx @@ -74,7 +74,11 @@ This seems to be a common issue if you're using Alchemy endpoints, switching to #### `no configuration file provided: not found` -You are in the wrong directory, `cd simple-taiko-node` and run the command again. +This command is searching for the docker-compose.yml file. You are in the wrong directory, `cd simple-taiko-node` and run the command again. + +#### `Couldn't find env file` + +This command is searching for the .env file. You are in the wrong directory, `cd simple-taiko-node` and run the command again. #### `unknown shorthand flag: 'd' in -d`