Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

i'm facing this issue, how do i fix it? #357

Closed Answered by hanad124
zackomar8 asked this question in Q&A
Discussion options

You must be logged in to vote

To address the issue, you need to make sure that the yonode command is cloning your project into a new directory that doesn't already exist, or if it does, it must be empty. If you want to use the same 'yonode-app' directory, you must first ensure that it is empty. Here's what you can do:

  • If you want to clear out the existing 'yonode-app' directory, you can do so by navigating to the directory in your terminal and using the command rm -rf * (on Unix-based systems) or del /F /Q * (on Windows in a CMD prompt) to remove all files within it. Be very cautious with these commands, as they will delete all the files in the directory without asking for confirmation.

  • If you want to use a differ…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@zackomar8
Comment options

@zackomar8
Comment options

Answer selected by zackomar8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants