Skip to content

Feature: Support building on native Windows #11

Closed
@akshatmittal

Description

@akshatmittal

This will fail to run on Windows because it uses path.normalize for URL pathnames.

The behavior is very different on Windows and *nix systems and is only recommended for literal file paths and not URL parsing. https://nodejs.org/api/path.html#path_path_normalize_path

Alternative: URL class in JS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions