I try install and run webix jet-demo GitHub - webix-hub/jet-demos: Demos for Webix Jet, and I got an error on start
ERROR in ./sources/bundles.js 19:16
Module parse failed: Unexpected token (19:16)
File was processed with these loaders:
* ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
|
| AboutView.prototype.config = function config() {
> var widgets = import( /* webpackChunkName: "widgets" */"modules/customWidgetA");
| return widgets.then(function () {
|
@ ./sources/app.js 29:0-30 32:1627-1634
ℹ 「wdm」: Failed to compile.
node: v10.16.0
npm: 6.9.0
os: linuxmint
Other one have same error open in this issue After install through NPM, start fails · Issue #6 · webix-hub/jet-demos · GitHub
Any webix team help how to resolve this ?