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

notion healthcheck #11

Open
stefanpenner opened this issue Feb 1, 2018 · 0 comments
Open

notion healthcheck #11

stefanpenner opened this issue Feb 1, 2018 · 0 comments

Comments

@stefanpenner
Copy link

stefanpenner commented Feb 1, 2018

Leaving some notes here, so I (or someone else with time) can circle back and write up a real RFC.

notion healthcheck

Goals

  • catch common issues
  • provide resolutions for common issues

Some Common Issues

  • <path/to/notion/stuff>/bin/ is not on the $PATH
  • a notion provided binstub is being shadowed by some other binary:
    example:
    $ which -a node
     /usr/local/bin/node
     /Users/spenner/.notion/bin/node
  • on windows, we have 2 sets of environment variables. Specifically, System Path entries override user Path entries. This can cause user confusion, so being able to detect this and provide steps to resolve will be handy.

note: there are likely more, but the above $PATH issue seems like a common and easy to correct issue

Alternatives

Ensure each common problem is not possible, thereby not requiring a health check.

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