Skip to content
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

universal installer behavior #6

Open
dherman opened this issue Jan 14, 2018 · 0 comments
Open

universal installer behavior #6

dherman opened this issue Jan 14, 2018 · 0 comments

Comments

@dherman
Copy link
Contributor

dherman commented Jan 14, 2018

What things should all installers do universally?

  • Create the appropriate directories
  • Find existing Node installs and gracefully supersede them with shims
  • Find existing global Node packages and gracefully supersede them with shims

What are the differences across OSes?

  • On Windows, Notion needs to be installed as a shared install instead of a per-user install because of the backwards precedence of Windows environment variables (system variables supersede user variables).
  • In Unix, Notion needs to be installed as a user install because many users don't have administrative privileges.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant