-
Notifications
You must be signed in to change notification settings - Fork 77
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
Command line tool displays warning #419
Comments
x3ro
pushed a commit
to x3ro/central-backend
that referenced
this issue
Oct 24, 2021
The previously used version of the `prompt` dependency apparently had a problem with a circular import, resulting in an error message such as > Warning: Accessing non-existent property 'padLevels' of module > exports inside circular dependency when running the `cli.js` script. While it's unclear whether this caused any functional issues, it's fixed in v1.2 of `prompt`. Fixes getodk#419
x3ro
pushed a commit
to x3ro/central-backend
that referenced
this issue
Oct 24, 2021
The previously used version of the `prompt` dependency apparently had a problem with a circular import, resulting in an error message such as > Warning: Accessing non-existent property 'padLevels' of module > exports inside circular dependency when running the `cli.js` script. While it's unclear whether this caused any functional issues, it's fixed in v1.2 of `prompt`. Fixes getodk#419
This warning was mentioned on the forum here: https://forum.getodk.org/t/warning-accessing-non-existent-property-padlevels-of-module-exports-inside-circular-dependency/35577 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run
odk-cmd user-create
on a server running v1.3, I see the following warning:I then ran the following command:
and saw the following results:
The text was updated successfully, but these errors were encountered: