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.
Hello,
When running "npm install" on Windows, on a project that uses this laserstream-sdk, we encounter the following error :
Even if production servers are on linux (the npm install/build works fine), we would simply like to run it locally on Windows.