<!-- This template helps us organize and triage issues. It may also help others that are experiencing the same thing understand your issue. Using this template helps everyone. Please follow it carefully. --> **Describe the bug** <!-- A clear and concise description of what the bug is. --> ``` npm ERR! code EBADPLATFORM npm ERR! notsup Unsupported platform for @square/orbit@0.1.0: wanted {"os":"darwin,linux","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm ERR! notsup Valid OS: darwin,linux npm ERR! notsup Valid Arch: any npm ERR! notsup Actual OS: win32 npm ERR! notsup Actual Arch: x64 ``` **Screenshots** <!-- If applicable, add screenshots to help explain the bug. -->   **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> ``` yarn add @square/orbit ``` ``` npm install @square/orbit --save ``` **Reproduction steps (incl. Browser and OS)** <!-- A JSFiddle link would work best for us! eg. http://jsfiddle.net/hirokiosame/6o9dp3rc/ --> win10 x64 node 14/12 **Which version of Orbit are you using? Did this work in previous versions?** <!-- You can check your package.json. --> **Which version of Vue.js are you using? Did this work in previous versions?** <!-- You can check your package.json. --> vue3/2
Describe the bug
Screenshots
Expected behavior
Reproduction steps (incl. Browser and OS)
win10 x64
node 14/12
Which version of Orbit are you using? Did this work in previous versions?
Which version of Vue.js are you using? Did this work in previous versions?
vue3/2