Dependencies? #14243
-
(Disclaimer is that I understand dependency challenges, I can show you my own list.) When following https://theia-ide.org/docs/composing_applications in evaluating the platform, installing dependencies gives this with
OK, i'll try
I know for example rimraf 4.0 was published 2 years ago (despite that node builtin now has a recursive delete). Anyway, when then trying to build I get:
I'm on Node 18.20.4. It does start (yay!), but the dependency warnings are a little concerning, and some of them seem like low hanging fruit (such as rimraf). Yes, I searched your issues and discussions for similar. I found a couple of discussions of specific dependencies and one about yarn v1 but did not find something about the unsupported dependencies. I'm evaluating theia as the foundation for a new project, so trying to see if this situation is something I should be concerned about or not. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
How did you compose your application, did you use the Yeoman generator? |
Beta Was this translation helpful? Give feedback.
-
Where did you get the information to use theia clean && theia build? |
Beta Was this translation helpful? Give feedback.
And to directly answer your question: Yes, we are actively working on keeping the dependencies up-to-date. This is crucial for the adopting projects.