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

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

Open
shonfeder opened this issue Mar 19, 2020 · 0 comments
Open

Comments

@shonfeder
Copy link

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant