You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If $ASDF_DATA_DIR is set to a path with whitespace in it, the asdf-nodejs plugin cannot do the business:
$ echo$ASDF_DATA_DIR
/Users/user/Library/Application Support/asdf
$ node
bash: /Users/user/Library/Application: No such file or directory
bash: get_preset_version_for: command not found
No version is setforcommand node
Consider adding one of the following versions in your config file at
nodejs 18.18.2
The text was updated successfully, but these errors were encountered:
I believe this might be a problem for asdf-core itself, the few places we use ASDF_DATA_DIR are all quoted. Can you guys check if updating asdf with asdf update solved the problem?
From original issue with more context: asdf-vm/asdf-ruby#270
If
$ASDF_DATA_DIR
is set to a path with whitespace in it, the asdf-nodejs plugin cannot do the business:The text was updated successfully, but these errors were encountered: