Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(website): Update troubleshooting procedures in node-troubleshooting.mdx #14390

Merged
merged 4 commits into from
Aug 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
dionysuzx marked this conversation as resolved.
Show resolved Hide resolved

#### `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.
dionysuzx marked this conversation as resolved.
Show resolved Hide resolved

#### `unknown shorthand flag: 'd' in -d`

Expand Down