Completed
Last Updated: 25 Aug 2025 13:30 by ADMIN
Release 2025 Q4 (Nov)
SturmA
Created on: 02 Jul 2025 15:44
Category: Kendo UI for jQuery
Type: Bug Report
1
Glob missing in NPM Source Code Build

Bug Report

When building with NPM, the glob is mismatched. This is currently related to the source code build.

Reproduction

  1. Build with version 2025.2.702 in NPM.

Current behavior

Receiving the specific error message:
[!] SyntaxError: The requested module 'glob' does not provide an export named 'default'

Environment

  • Kendo UI version: 2025.2.702
  • jQuery version: All supported versions
  • Browser: all
1 comment
ADMIN
Mihaela
Posted on: 08 Aug 2025 16:25

Hello,

While the official fix is available, to resolve the issue, please ensure that the glob package, version 7.1.6, is included under the devDependencies section of in the package.json. It should be placed either above or below the gulp dependencies, as per the example below:

"devDependencies": {
  "glob": "7.1.6",
  "gulp": "^4.0.2"
}

Then, reinstall the dependencies through the command npm install. Once the installation is complete, execute npm run scripts.

Regards,
Mihaela
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.