pkgx icon indicating copy to clipboard operation
pkgx copied to clipboard

the last thing you’ll install

Results 137 pkgx issues
Sort by recently updated
recently updated
newest added

I notice that pkgx mentions that it may have polluted .local during install. Is there a good way to find where the binaries out to be after removing pkgx? Since...

I am on a corporate proxy that requires system certificates. I managed to resolve the `invalid peer certificate: UnknownIssuer` error by setting the env var `DENO_TLS_CA_STORE=system` for Deno. However, whenever...

Be like everything else and load the netrc configuration.

enhancement
good first issue

in the documentation (https://docs.pkgx.sh/using-dev/dev#adding-new-dependencies-to-an-activated-developer-environment) it is said to "cd ." to reload the dev environment with pkgx.yaml modifications. It does not work as expected. To reproduce: ```bash $ cat test-pkgx-integration.sh...

ATM if you try to do any internet bound command line `tea -S` and there's no internet connection tea will report its usual error screen: ``` panic: spilt tea. we’re...

enhancement

Firstly, thank you for pkgx! 🙏 I'm trying to migrate to pkgx from asdf and I've installed node and npm through pkgx and uninstalled asdf. I have an existing react-native...

Currently, the project supports the javascript package.json, it would be highly beneficial to extend this functionality to include support for PHP composer.json https://getcomposer.org. Composer file contains PHP version and also...

### Discussed in https://github.com/orgs/pkgxdev/discussions/853 Originally posted by **danielefiungo** November 9, 2023 Looking around I don't have find a way to install a package then turn off internet and call the...

Another little bug with pkgx ENV var functionality (Possibly related to #841) ENV vars that were set by by pkgx.yaml are getting cleared out after running the [`env`](https://github.com/pkgxdev/pkgx/blob/46205c45125a8fc1c82abe7c1862e745a1aeb7e1/src/modes/shellcode.ts#L80) command alone...

**Title:** Support for detection of tool versions in `.tool-versions` file **Issue Description:** Currently, the project supports the automatic detection of Node.js versions through the `.node-version` file. However, it would be...

suggestion