You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing tfx, we have a warning for accessing non-existent property 'padLevels'.
PS D:\dev\DevOps\DevOpsExt> tfx --help
node:31520) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
TFS Cross Platform Command Line Interface v0.8.3
Copyright Microsoft Corporation
Available commands and command groups in tfx:
- login: Login and cache credentials using a PAT or basic auth.
- logout: Log out and clear cached credential.
- version: Output the version of this tool.
- reset: Reset any saved options to their defaults.
- workitem: Commands for managing Work Items.
- extension: Commands to package, publish, and manage Extensions for Azure DevOps Services.
- build: Commands for managing Builds.
For help with an individual command, type tfx <command> --help
The text was updated successfully, but these errors were encountered:
Seeing this issue with tfx version 0.9.2 running on node 16.3.0 but forcing the node version down to 12.22.3 resolves the error so possibly a compatibility issue with newer versions of node
streamstr
pushed a commit
to streamstr/tfs-cli
that referenced
this issue
Aug 6, 2021
Hi,
When executing tfx, we have a warning for accessing non-existent property 'padLevels'.
The text was updated successfully, but these errors were encountered: