deep-freeze-node icon indicating copy to clipboard operation
deep-freeze-node copied to clipboard

getting Unsupported platform error for arm64

Open sandeep-gh opened this issue 3 years ago • 2 comments

Can we allow arm64 arch? Currently installation fails on this requirement check. Error snippet:

code EBADPLATFORM
npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"darwin,linux,win32","arch":"x64,ia32,arm,mips"} (current: {"os":"linux","arch":"arm64"})
npm ERR! notsup Valid OS:    darwin,linux,win32
npm ERR! notsup Valid Arch:  x64,ia32,arm,mips
npm ERR! notsup Actual OS:   linux
npm ERR! notsup Actual Arch: arm64
npm verb exit [ 1, true ]

sandeep-gh avatar Aug 29 '20 15:08 sandeep-gh

Why does this package need to check OS or ARCH?

jaredatron avatar Apr 06 '21 18:04 jaredatron

Merging https://github.com/anatoliygatt/deep-freeze-node/pull/8 could resolve this issue

jaredatron avatar Apr 06 '21 18:04 jaredatron