vorakl

Results 18 comments of vorakl

Currently, AL2023 provides 3 versions of NodeJS: 18, 20, 22. All three packages use `alternatives` to automatically register/unregister the installed version to its configuration. It's not really important or interesting...

> Is it normal? No, it is not. And by the way, the issue was fixed yet in November, in `nodejs20-20.18.0-1.amzn2023.0.2` ``` $ sudo dnf install -qy nodejs20 Installed: libbrotli-1.0.9-4.amzn2023.0.2.x86_64...

@zcobol , fyi NodeJS 18, as of the current latest package version `18.20.6-1.amzn2023.0.2` is managed by the `alternatives` tool already, right out of the box. And the support of the...

@Joe-Zer0, > NPM should update without error.NPM should update without error. as it's mentioned in the documentation that @stewartsmith has recently shared, every NodeJS release comes with a bunch of...

@Joe-Zer0, There is no need anymore in a manual installation (registration) of a NodeJS in the alternatives. It's done automatically by the pre/post install rpm scriptlets. When you install/remove NodeJS...

`yum install -y nodejs npm && yum clean all && npm install --unsafe -g kong-pdk` Just a few thoughts about this command that might be helpful to others... - In...

I explain the rationale in the "The key problem" section of the https://vorakl.com/articles/base94/ article. Basically, this encoding is a solution to a different problem than "convenient embedding in JSON". Base94...

For more information about context, see another article, https://vorakl.com/articles/stream-encoding/