-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use repopack in ubuntu 20.04 #146
Comments
I was able to run it on ubuntu 24.10 with no issues. I don't know if it is specific to 20.04. Check your node version. Also I did install it repopack with pnpm but this shoulnt impact the run repopack command from failing |
Hi, @beishanyangjin ! The combination of Ubuntu 20.04 and Node.js 16 has passed our tests: The issue might be caused by either a lower Node.js version or some environment-specific condition. Could you please provide more detailed information about your environment, such as:
|
Got as well this UnhandledPromiseRejectionWarning: Error: Not supported node --version : v10.19.0 # this is the version apt install nodejs gave. Feels far off from v23 🤔 UPDATE: upgrade to 24.04 and node v18. issue gone with the wind |
Unable to use repopack in ubuntu 20.04
I install npm just by "sudo apt install npm", then either just run "npx repopack" or installed by npm then run "repopack", it get this error
(node:52216) UnhandledPromiseRejectionWarning: Error: Not supported
at /usr/local/lib/node_modules/repopack/bin/repopack.cjs:5:19
at Object. (/usr/local/lib/node_modules/repopack/bin/repopack.cjs:7:3)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
(node:52216) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:52216) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered: