-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Bug] The KendoReact dependencies are not added when create-kendoreact-app is used #2550
Comments
Thanks all for looking into this. What's the plan for an automated build test? Meaning, an automated test such that when a new Kendo release is being prepared, some automatic process happens that tries at least the basic test of "Does it set up?" |
Hello @joelparkerhenderson, Using the latest So, the solution is to upgrade the
Please note that in case you choose to use SASS, there is the following warning:
This is expected and it won't break the application. Currently, the Kendo Themes are built on Node Sass syntax, but we already work on the Dart Sass migration (for reference: telerik/kendo-themes#4104) and once we release it, it will resolve the warnings related to Sass. Up to the question related to the automated build tests. We do have an automated build that checks if the project is created and builds successfully. This build runs daily. I hope that the above information helps. I'm closing this issue and the one in our Feedback Portal as resolved. |
Still not fixed-- please reopen. The warnings now show: Installing template dependencies using npm...
npm WARN deprecated [email protected]: This package is no longer supported.
npm WARN deprecated [email protected]: This package is no longer supported.
npm WARN deprecated [email protected]: This package is no longer supported. |
Hello @joelparkerhenderson, From the code snippet, I noticed that these are warnings the will not prevent the application from building successfully. Can you confirm that the app builds and runs successfully without errors? I did some further testing but I was not able to reproduce these on my end. So, I researched these packages and found out that they are coming from As a side note, can you please provide the configuration steps that are passed to the wizard when creating a new application and the output package.json file so we can investigate further. |
This issue still is set as "Closed" which means I can't add more info-- can you reopen it? |
Public item - https://feedback.telerik.com/kendo-react-ui/1561911
I'm submitting a...
Current behavior
The dependencies for the KendoReact packages are not added tot he package.json file when a project is scaffolded with
create-kendoreact-app
.Expected behavior
The created project has to contain references for all KendoReact packages.
Minimal reproduction of the problem with instructions
The text was updated successfully, but these errors were encountered: