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

Error: Command failed: NODE_OPTIONS=--inspect=0 sfdx force:package:installed:list -u **** --json #11

Description

@dslagman

When calling the sfdx dependency:package:version command I get the following error:

Error: Command failed: NODE_OPTIONS=--inspect=0 sfdx force:package:installed:list -u **** --json 
Debugger listening on ws://127.0.0.1:37645/d47f3917-b51f-45c9-b20e-82f251a4d853
For help, see: https://nodejs.org/en/docs/inspector

    at ChildProcess.exithandler (child_process.js:303:12)
    at ChildProcess.emit (events.js:315:20)
    at maybeClose (internal/child_process.js:1026:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) {
  killed: false,
  code: 1,
  signal: null,
  cmd: 'NODE_OPTIONS=--inspect=0 sfdx force:package:installed:list -u **** --json '
}
{
  err: Error: Command failed: NODE_OPTIONS=--inspect=0 sfdx force:package:installed:list -u **** --json 
  Debugger listening on ws://127.0.0.1:37645/d47f3917-b51f-45c9-b20e-82f251a4d853
  For help, see: https://nodejs.org/en/docs/inspector
  
      at ChildProcess.exithandler (child_process.js:303:12)
      at ChildProcess.emit (events.js:315:20)
      at maybeClose (internal/child_process.js:1026:16)
      at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) {
    killed: false,
    code: 1,
    signal: null,
    cmd: 'NODE_OPTIONS=--inspect=0 sfdx force:package:installed:list -u **** --json '
  }
}
digraph graphname {
  rankdir=RL;
  node[shape=Mrecord, bgcolor=black, fillcolor=lightblue, style=filled];
  // Nodes
  // Paths
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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