jet-start
jet-start copied to clipboard
webix.d.ts is not found
Hello Webix team!
I've encountered that typescript branch code is broken, in some way.
The first mistake is in the tsconfig.json file: A file specified in tsconfig.json could not be found: D:\projects\***\node_modules\webix\webix.d.ts webix.d.ts lies in webix\types subdirectory.
If I fix this mistake, I can run this application but I have got the next message:
ERROR in D:\projects\***\sources\myapp.ts
./sources/myapp.ts
[tsl] ERROR in D:\projects\***\sources\myapp.ts(24,8)
TS2339: Property 'ready' does not exist on type 'typeof webix'.
Hi, there's a bug in the latest webpack version, please check https://forum.webix.com/discussion/35959/jet-demos-fails-to-start
Use yarn instead of npm, with yarn
and yarn start
everything works fine.
Update: checked it now and npm works fine as well.