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
I'm not sure if this is the right place to ask, but I'm getting this error when I try to load a script with things like [[ $var =~ pattern ]]:
failed to load module `zsh/pcre': Error loading shared library /usr/lib/zsh/5.8.1/zsh/pcre.so: No such file or directory
-pcre-match not available for regex
I tried installing pcre, pcre2, reinstalling zsh, but the error persists. I believe I need to install zsh-pcre but for some reason this package isn't available:
% sudo apk add zsh-pcre
ERROR: unable to select packages:
zsh-pcre (no such package):
required by: world[zsh-pcre]
Is there something different about Alpine WSL that prevents installing packages from the main Alpine package repo?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is the right place to ask, but I'm getting this error when I try to load a script with things like
[[ $var =~ pattern ]]
:I tried installing pcre, pcre2, reinstalling zsh, but the error persists. I believe I need to install zsh-pcre but for some reason this package isn't available:
Is there something different about Alpine WSL that prevents installing packages from the main Alpine package repo?
The text was updated successfully, but these errors were encountered: