Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

No need for install -g #941

@Pomax

Description

@Pomax

Due to how npm works, you don't need to install gemini and selenium with -g, you can keep everything local to your project.

Just install with --save-dev, and then gemini etc. can be called in npm scripts without any additional work. If you also need to run them in other scripts like make or the like (not recommended of course, npm scripts are cross-platform, make etc. are not) there is the npx command, which is the only npm dependency (possibly alongside nvm) that you should need to install globally.

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