When building with NPM, the glob is mismatched. This is currently related to the source code build.
Receiving the specific error message:
[!] SyntaxError: The requested module 'glob' does not provide an export named 'default'
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.