Replies: 1 comment 3 replies
-
|
only lts versions are supported, use 18 or 20 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
Could somebody help me out? I couldn't find any solution on how I could build a version that was released in the pkg-fetch's release page.
So I tried the
18.15.0and the19.8.1as well, but for example I'll show my steps for node 19.What I tried:
My package.json's pkg part:
{ ... "bin": "dist/entry.js", "pkg": { "scripts": "./dist/**/*.js", "assets": [ "./node_modules/**/*", "./dist/**/*" ], "targets": [ "node19-win-x64", "node19-macos-x64", "node19-linux-x64" ] } }What am I doing wrong?
Tons of thanks for your help. 🙇
Beta Was this translation helpful? Give feedback.
All reactions