Skip to content

Quick Start not working - 2025 #2268

@sdarwin

Description

@sdarwin

https://isomorphic-git.org/docs/en/quickstart.html

Problem 1: Picking a directory

There is an error about the directory already existing if the command is run more than once, even some time later.

 {name: "Error", message: "EEXIST", stack: "Error

Locally I tried adding a delete step:

await pfs.rmdir(dir,{ recursive: true, force: true });

That resulted in:

[email protected]:1 Uncaught Error: ENOTEMPTY

So "force, recursive" didn't work. Any ideas?

Problem 2: clone a git repository

This shows

stack: "Error: Missing Buffer dependency

The buffer dependency error started with release 1.35 of isomorphic-git which was "Migrate from BrowserFS to ZenFS".

For this particular error about buffer, maybe @james-pre could take a look?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions