Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
This repository was archived by the owner on May 22, 2025. It is now read-only.

yarn global install is brokenΒ #76

@glensc

Description

@glensc
βž” yarn global add gitlab-time-tracker --prefix /usr/local
yarn global v1.10.1
[1/4] πŸ”  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] πŸ”—  Linking dependencies...
[4/4] πŸ“ƒ  Building fresh packages...
success Installed "[email protected]" with binaries:
      - gtt
✨  Done in 14.37s.

βž” gtt
Usage: gtt [options] [command]

Options:
  -V, --version             output the version number
  -h, --help                output usage information

Commands:
  start [project] [id]      start monitoring time for the given project and resource id
  create [project] [title]  start monitoring time for the given project and create a new issue or merge request with the given title
  status                    shows if time monitoring is running
  stop                      stop monitoring time
  resume [project]          resume monitoring time for last stopped record
  cancel                    cancel and discard active monitoring time
  log                       log recorded time records
  sync                      sync local time records to GitLab
  edit [id]                 edit time record by the given id
  delete [id]               delete time record by the given id
  report [project] [ids]    generate a report for the given project and issues
  config                    edit the configuration file in your default editor
  help [cmd]                display help for [cmd]

βž” gtt sync
error: gtt-sync(1) does not exist, try --help

βž” gtt config
error: gtt-config(1) does not exist, try --help

βž” type gtt
gtt is hashed (/usr/local/bin/gtt)

βž”

this is on MacOS with node v8.12.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions