Skip to content

fix(bazel): the "paths[0]" argument must be of type string. Received an instance of Buffer #2827

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

Closed
wants to merge 1 commit into from

Conversation

alan-agius4
Copy link
Collaborator

@alan-agius4 alan-agius4 commented May 20, 2025

Workaround for

TypeError [ERR_INVALID_ARG_TYPE]: The "paths[0]" argument must be of type string. Received an instance of Buffer
    at Object.resolve (node:path:1101:7)
    at fs.readdir (internal/node/node_patches.cjs:257:44)

…an instance of Buffer

Workaround for
```
TypeError [ERR_INVALID_ARG_TYPE]: The "paths[0]" argument must be of type string. Received an instance of Buffer
    at Object.resolve (node:path:1101:7)
    at fs.readdir (internal/node/node_patches.cjs:257:44)
```
@devversion
Copy link
Member

Closing as we shouldn't need this.

@devversion devversion closed this May 20, 2025
@alan-agius4 alan-agius4 deleted the address-error branch May 20, 2025 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants