There is an error when I tried to upgrade my installed pcf-scripts by invoking npm i pcf-scripts@1.7.2
. My current pcf-scripts version is 1.5.5. The error is
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS: darwin
npm ERR! notsup Valid Arch: undefined
npm ERR! notsup Actual OS: win32
npm ERR! notsup Actual Arch: x64