-
I run into a strange situation with my project setup which is aligned to the workflow-example. I need to run What could be the reason that lerna is missing my app module? I see the following message:
But I am pretty sure that until some hours ago also the app module was listed by lerna:
I know this sounds idiotic when I say I have not changed anything. But I can't figure out what causes this situation. Has anybody a tip for me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I guess you indirectly updated the lerna/nx versions of your yarn.lock file. Luckily the fix for his is rather simple: eclipse-glsp/glsp-theia-integration@00910e5 |
Beta Was this translation helpful? Give feedback.
-
Wow!!! the .gitignore was the problem - thanks! |
Beta Was this translation helpful? Give feedback.
I guess you indirectly updated the lerna/nx versions of your yarn.lock file.
Newer version of lerna/nx apparently consile the
.gitignore
file and don`t build packages whose root folder is ignored.We run into a similar problem recently: #952 (comment)
Luckily the fix for his is rather simple: eclipse-glsp/glsp-theia-integration@00910e5