-
Notifications
You must be signed in to change notification settings - Fork 71
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
npm translator chokes on certain dependency #323
Labels
Comments
codeworrior
referenced
this issue
in SAP/ui5-project
Jun 23, 2018
codeworrior
referenced
this issue
in SAP/ui5-project
Jun 23, 2018
The But SAP/ui5-project#15 fixes this. A more advanced fix could add some book keeping and print an indicator in the tree whenever a cycle is detected. |
codeworrior
referenced
this issue
in SAP/ui5-project
Jun 25, 2018
codeworrior
referenced
this issue
in SAP/ui5-project
Jun 25, 2018
codeworrior
referenced
this issue
in SAP/ui5-project
Jun 26, 2018
RandomByte
added
bug
Something isn't working
module/ui5-project
Related to the UI5 Project module
labels
Nov 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Expected Behavior
The
ui5 tree
command should present the projects dependency treeCurrent Behavior
If the package.json contains a dependency to
ui5-schemas
(and possibly others),ui5 tree
never returns and needs to be killed manually.Steps to reproduce the issue
git clone -b ui5-tooling https://github.com/SAP/openui5-sample-app.git
npm install ui5-schemas
ui5 tree
Context
Affected components
Stack trace/log output
The text was updated successfully, but these errors were encountered: