Error in installing pcf-scripts using npm i

746 Views Asked by At

There is an error when I tried to upgrade my installed pcf-scripts by invoking npm i [email protected]. My current pcf-scripts version is 1.5.5. The error is

npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for [email protected]: 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
0

There are 0 best solutions below