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 was archived by the owner on Jan 13, 2024. It is now read-only.
Hey,
I'm trying to use pkg with a nodejs app (node v10) but I'm getting an error when running pkg main.js:
`> pkg@4.3.3
Targets not specified. Assuming:
node10-linux-x64, node10-macos-x64, node10-win-x64
Fetching base Node.js binaries to PKG_CACHE_PATH
fetched-v10.4.1-linux-x64 [ ] 0%
Error! self signed certificate in certificate chain
Asset not found by direct link:
{"tag":"v2.5","name":"uploaded-v2.5-node-v10.4.1-linux-x64"}
fetched-v10.4.1-linux-x64 [ ] 0%
Error! self signed certificate in certificate chain`
Hey,
I'm trying to use pkg with a nodejs app (node v10) but I'm getting an error when running pkg main.js:
`> pkg@4.3.3
(I tried with @4.3.1 too). Any idea ?