-
Notifications
You must be signed in to change notification settings - Fork 29
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
[yarn] - Unable to install the node modules with Node 22+ #1936
Comments
Hi @HackPoint , this seems to be related to node.js 22, could you try with node.js 20 instead? |
I confirm, I reproduce the error with Node 22.13.1 |
One solution could be to rewrite the existing Typescript script into Javascript, so we can remove ts-loader. We're open to contributions if that's something that might seem interesting to you @HackPoint 😃 |
I am working on extension just wanted to sync up with the latest. Still haven't saw the change list and much more documentation on how and where it's possible to extend the application. But I dislike |
This is the build process rather than react, but point noted 😅 |
This does work with latest 20.18.2 but I will try to see how to fix that issue. |
One quick thing to try is to remove the
and rewrite the script in Javascript, basically just stripping the types from it and trying it. |
I will try it, for sure. I'll update about it. |
@lordrip Say please who is responsible over the backend of the generation of the schema and the UI, I get some error when I try to extend the UI with new .yaml template. Who can elaborate of how the schema is validated and generated in the UI? |
Describe the Bug
Hi,
I'm trying to install the latest version of Kaoto ( UI ), by just simple running
yarn install
but it seems that I'm getting an error:My settings are:
Steps to Reproduce the Bug or Issue
yarn install
Screenshots or Videos
No response
Platform
Apple M3 Max
Sonoma: 14.6.1 (23G93)
Chrome: Version 131.0.6778.265 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered: