Skip to content

Missing devDependencies in source code bundle #7374

@gdenchevprog

Description

@gdenchevprog

Bug report

When you download the source code bundle from your telerik profile and you attempt to follow the steps from this article:
https://docs.telerik.com/kendo-ui/intro/installation/ecmascript#manually-building-the-source-code

The following warnings are thrown and the kendo.all script is not usable:
image

Reproduction of the problem

Follow the steps in the above article to download and build the source code manually.

Current behavior

The warning from the above screenshot will be thrown and the kendo.all script will throw errors when you attempt to initialize a component(tested with a very basic Grid).

Expected/desired behavior

The two dependencies should be available in package.json by default.

Workaround:

Add the following lines to devDependencies in package.json before running npm install:

    "@progress/kendo-dateinputs-common": "^0.2.0",
    "@progress/kendo-svg-icons": "^1.5.0",

Environment

  • Kendo UI version: 2023.2.606
  • jQuery version: 3.4.1
  • Browser: [all]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions