In environments where File resource defaults are locked down, the $NODENV_ROOT/versions directory may be locked down. This might cause issues when using nodenv globally versus per-user.
This change explicitly sets directory permissions that allow world read/execute.
In environments where File resource defaults are locked down, the $NODENV_ROOT/versions directory may be locked down. This might cause issues when using
nodenv
globally versus per-user.This change explicitly sets directory permissions that allow world read/execute.