Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing non-existent property 'padLevels' #360

Closed
jpiquot opened this issue Oct 11, 2020 · 3 comments
Closed

Accessing non-existent property 'padLevels' #360

jpiquot opened this issue Oct 11, 2020 · 3 comments
Assignees

Comments

@jpiquot
Copy link

jpiquot commented Oct 11, 2020

Hi,

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

@NickGraham101
Copy link

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
streamstr added a commit to streamstr/tfs-cli that referenced this issue Aug 6, 2021
@AndreyIvanov42 AndreyIvanov42 self-assigned this Dec 10, 2021
@AndreyIvanov42
Copy link

It will be resolved with #398

@AndreyIvanov42
Copy link

A new release is already available. Please update the client and if the problem still appears, reopen the task

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

No branches or pull requests

4 participants