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
Apparently this is caused by an underlying upgrade of nx to version 15.8.5. Since this version projects in the workspace that are named "browser-app" seem to be ignored and are no part of the command streaming for building/linting.
Unfortunatley lerna has a fluent dependency on nx so it's not easily possible to simply pin the nx version used.
Instead I recommend to rename the browser-app folder to something like workflow-browser-app. This seems to fix the problem.
Apparently only the exact name "browser-app" is blacklisted, everything else works. We should try to avoid this naming scheme in the future.
The text was updated successfully, but these errors were encountered:
As it turns out newer nx versions also parse the ".gitignore" file. You have to make sure that the root folder of your workspace packages is not excluded via gitignore
Apparently this is caused by an underlying upgrade of nx to version
15.8.5
. Since this version projects in the workspace that are named "browser-app" seem to be ignored and are no part of the command streaming for building/linting.Unfortunatley lerna has a fluent dependency on nx so it's not easily possible to simply pin the nx version used.
Instead I recommend to rename the
browser-app
folder to something likeworkflow-browser-app
. This seems to fix the problem.Apparently only the exact name "browser-app" is blacklisted, everything else works. We should try to avoid this naming scheme in the future.
The text was updated successfully, but these errors were encountered: