asdf-nodejs
asdf-nodejs copied to clipboard
Node.js plugin for asdf version manager
When trying to use a pretty standard `npx` command, I'm getting file not found errors. I've tried reshim and resourcing my shell to no avail. ```shell npx browserslist@latest --update-db npm...
In plugins/nodejs/bin/install, the invocation of `asdf reshim` assumes that it is findable on the PATH, which may not always be the case. `asdf reshim "$(plugin_name)" "$ASDF_INSTALL_VERSION"` I was able to...
### Describe the Bug When installing `nodejs 11.1.0` with asdf, `npm` always results in a _segmentation fault_ - no matter what 11-ish version of nodejs I try. Unfortunately, `nodejs 11.1.0`...
In some use cases, such as scripted install, asdf is not yet added to PATH. Determine ASDF_DIR and give full pathname of asdf in bin/install.
I know that using "weird results" in a title is a sign you're about to get the worst issue report ever, but let me output what I run into and...
Seems like the plugin still has some shim references to LTS alias shims. Not sure if there should be some clean up on plugin update or `install` check for invalid...
With `.nvmrc` containing `v18` I get the following output: ``` $ export ASDF_NODEJS_LEGACY_FILE_DYNAMIC_STRATEGY=latest_installed $ asdf list 14.19.3 18.16.0 18.16.1 18.2.0 *18.9.0 19.4.0 ``` Expected behavior is to have `18.16.1` selected....
Dear all, I have difficulty to update my Angular from 16.1.0 to 16.1.1, I am only can update from my project folder not the entire my Angular system. Perhaps I...
In migrating from nodejs 16 to 18, I get the following when trying to run a yarn command (e.g. yarn -v) ``` $ yarn -v No preset version installed for...