Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Installing from source results in globby [MODULE_NOT_FOUND] error #34

@shonfeder

Description

@shonfeder

Reproduction:

$ git clone git@github.com:oclif/example-multi-ts.git
$ cd example-multi-ts/
$ npm i -g
$ example-multi-ts --help

(node:207576) [MODULE_NOT_FOUND] Error Plugin: @oclif/example-multi-ts: Cannot find module 'globby'
Require stack:
- /home/sf/Sync/informal-systems/tmp/example-multi-ts/node_modules/@oclif/config/lib/plugin.js
- /home/sf/Sync/informal-systems/tmp/example-multi-ts/node_modules/@oclif/config/lib/config.js
- /home/sf/Sync/informal-systems/tmp/example-multi-ts/node_modules/@oclif/config/lib/index.js
- /home/sf/Sync/informal-systems/tmp/example-multi-ts/node_modules/@oclif/command/lib/command.js
- /home/sf/Sync/informal-systems/tmp/example-multi-ts/node_modules/@oclif/command/lib/index.js
- /home/sf/Sync/informal-systems/tmp/example-multi-ts/bin/run
module: @oclif/config@1.14.0
task: not loading commands, globby not found
plugin: @oclif/example-multi-ts
root: /home/sf/Sync/informal-systems/tmp/example-multi-ts
See more details with DEBUG=*
example multi-command CLI built with typescript

VERSION
  @oclif/example-multi-ts/1.10.7 linux-x64 node-v13.10.1

USAGE
  $ example-multi-ts [COMMAND]

COMMANDS
  help  display help for example-multi-ts

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