Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webix.d.ts is not found #3

Open
alexandrklimov opened this issue Feb 4, 2019 · 2 comments
Open

webix.d.ts is not found #3

alexandrklimov opened this issue Feb 4, 2019 · 2 comments

Comments

@alexandrklimov
Copy link

alexandrklimov commented Feb 4, 2019

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'.
@kullias
Copy link
Member

kullias commented Feb 6, 2019

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.

@kullias
Copy link
Member

kullias commented Feb 12, 2020

Update: checked it now and npm works fine as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants