Skip to content

npm install doesn't work on Windows. #149

@Decos14

Description

@Decos14

The commands in the existing build and postinstall scripts don't work on Windows.

Liam and I modified the build and postinstall scripts on my machine:

"build": "npm run typecheck && vite build && .\\.venv\\Scripts\\mkdocs.exe build",
"postinstall": "python -m virtualenv .venv && .\\.venv\\Scripts\\activate && pip install -r requirements.txt",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions