Skip to content

notion healthcheck #11

@stefanpenner

Description

@stefanpenner

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions