Skip to content

Add support for Windows #74

@Andross96

Description

@Andross96

Hello,

When running "npm install" on Windows, on a project that uses this laserstream-sdk, we encounter the following error :

npm error notsup Unsupported platform for [email protected]: wanted {"os":"darwin,linux","cpu":"x64,arm64"} (current: {"os":"win32","cpu":"x64"})
npm error notsup Valid os:   darwin,linux
npm error notsup Actual os:  win32
npm error notsup Valid cpu:  x64,arm64
npm error notsup Actual cpu: x64

Even if production servers are on linux (the npm install/build works fine), we would simply like to run it locally on Windows.

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