You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for @next/[email protected]: wanted {"os":"android","arch":"arm64"} (current: {"os":"darwin","arch":"x64"})
npm ERR! notsup Valid OS: android
npm ERR! notsup Valid Arch: arm64
npm ERR! notsup Actual OS: darwin
npm ERR! notsup Actual Arch: x64
I don't understand why there is such an error message. Does qrcode rely on @next/[email protected]? Is there any way to solve this problem?
The text was updated successfully, but these errors were encountered:
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for @next/[email protected]: wanted {"os":"android","arch":"arm64"} (current: {"os":"darwin","arch":"x64"})
npm ERR! notsup Valid OS: android
npm ERR! notsup Valid Arch: arm64
npm ERR! notsup Actual OS: darwin
npm ERR! notsup Actual Arch: x64
I don't understand why there is such an error message. Does qrcode rely on @next/[email protected]? Is there any way to solve this problem?
The text was updated successfully, but these errors were encountered: