Skip to content

store: true isn't working in WSL2, but it works on macOS #897

@jazimabbas

Description

@jazimabbas

I'm using the following prompt configuration in my project:

{
  type: "input",
  name: "author",
  message: "Author name?",
  store: true,
}

The store: true option works perfectly on macOS — it saves the value globally as expected. However, when I run the same code in WSL2, it doesn't save the value at all.

Has anyone experienced this issue or know why store: true might not be working under WSL2? Any guidance would be appreciated!

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