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
{{ message }}
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
What Node versions, OSs and CPU architectures are you building for?
node16-linux-64
Describe the Bug
I get these warnings when I run pkg with sharp as a dependency.
prebuild-install WARN This package does not support N-API version v16.15.0
prebuild-install WARN install No prebuilt binaries found (target=v16.15.0 runtime=napi arch=x64 libc= platform=linux)
@lovell the maintainer of sharp says it's a bug in pkg in
What version of pkg are you using?
5.7.0
What version of Node.js are you using?
16.15.0
What operating system are you using?
linux
What CPU architecture are you using?
amd64
What Node versions, OSs and CPU architectures are you building for?
node16-linux-64
Describe the Bug
I get these warnings when I run pkg with sharp as a dependency.
@lovell the maintainer of sharp says it's a bug in pkg in
pkg/lib/producer.ts
Lines 228 to 229 in 62f6da9
napi
. lovell/sharp#3289 (comment)To Reproduce
Run pkg with sharp as a dependency. With latest version 0.30.7 there are warnings but not with older version 0.27.2.
The text was updated successfully, but these errors were encountered: