We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing on a Mac that does not have a .zshrc file yet, Eclectica fails with an error:
.zshrc
% ec -r node@12 langauge: node version: 12.16.1 > open : no such file or directory
I had this happen when using Eclectica to install Node on a new Mac that I hadn’t configured yet.
Create a .zshrc file first:
% touch ~/.zshrc % ec -r node@12 langauge: node version: 12.16.1 > First time executing eclectica - had to restart the shell
macOS 10.15.3 (where zsh is now the default shell) Eclectica 0.7.1
zsh
The text was updated successfully, but these errors were encountered:
Okay, seems easy enough to fix
Sorry, something went wrong.
No branches or pull requests
When installing on a Mac that does not have a
.zshrc
file yet, Eclectica fails with an error:I had this happen when using Eclectica to install Node on a new Mac that I hadn’t configured yet.
Workaround
Create a
.zshrc
file first:Environment
macOS 10.15.3 (where
zsh
is now the default shell)Eclectica 0.7.1
The text was updated successfully, but these errors were encountered: