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 fsevents@2.3.2: 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
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 .