Skip to content

Troubleshooting

Confirm the code uses one of the supported Node.js server SDK packages:

  • @launchdarkly/node-server-sdk
  • launchdarkly-node-server-sdk

Browser SDKs, React SDKs, non-Node SDKs, and non-LaunchDarkly providers are outside current detection coverage.

--apply needs a proven OpenFeature client binding. Add a local OpenFeature.getClient() binding or configure imported shared clients with openFeatureClientBindings.

migrate --apply refuses to edit a dirty git working tree by default. Commit, stash, use a temporary copy, or pass --allow-dirty only when you intentionally accept the risk.

Use validate --no-direct-launchdarkly only after the relevant source path has migrated. Provider/bootstrap files can be excluded with --bootstrap-exclude.