-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
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
$NOTION_HOME is set but is not a directory on reinstall #166
Comments
$NOTION_HOME is set but is not a directory
on reinstall
The install script also installs a bit of config to your shell which is what sets |
The specific error that you see is from here: We can likely tweak the language to be a bit more specific about what to do to clear notion from your user profile config in the second part of this message... |
Thanks for the comments @rwjblue i think most CLIs will log to the console that an entry was made to |
Agree with this ^ |
The actual bug reported here has been resolved with updates to the installer along the way; we now cleanly install and warn if your profile still mentions Volta: $ rm -rf ~/.volta
$ cargo build --release && ./dev/unix/build.sh && ./dev/unix/install.sh
Finished release [optimized] target(s) in 0.68s
Creating Volta directory tree (/Users/chris/.volta)
Unpacking `volta` executable and shims
Editing user profile
Warning: Your profile (/Users/chris/.config/fish/config.fish) already mentions
Volta and has not been changed.
Finished installation. Open a new terminal to start using Volta! We also notify you that we're modifying your profile: Finished release [optimized] target(s) in 0.32s
Creating Volta directory tree (/Users/chris/.volta)
Unpacking `volta` executable and shims
Editing user profile
Finished installation. Open a new terminal to start using Volta! I think it'd be nice if we specified which profile we're editing when we do that, e.g.: Editing user profile `/Users/chris/.bash_profile` |
After installing notion via curl, I deleted the folder that was created and tried reinstalling again then get this error:
Workaround would be to
mkdir $HOME/.notion
first, but it's something the tool should be able to detect I think.The text was updated successfully, but these errors were encountered: