vue-apexcharts icon indicating copy to clipboard operation
vue-apexcharts copied to clipboard

Unsupported platform for fsevents

Open berni23 opened this issue 3 years ago • 0 comments

I am using a linux OS with node version 14.9.0 and npm version 6.14.8 , and I am not able to install vuex-apexcharts. When trying to install it, the following error arises .

        
        npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
        npm ERR! notsup Valid OS:    darwin
        npm ERR! notsup Valid Arch:  any
        npm ERR! notsup Actual OS:   linux
        npm ERR! notsup Actual Arch: x64

berni23 avatar Jul 25 '22 13:07 berni23