cs_chenna
(Cs Chenna)
March 25, 2019, 9:29am
1
Hello ,
I’am trying to build a cloned angular app , and i have trouble with handsontable !
error TS2694: Namespace '"C:/Users/d03919/eclipse-workspace/ASTERIA/asteria-ui/src/main/ui/node_modules/handsontable/handsontable"' has no exported member 'GridSettings'.
anyone can help please ?
thanks
Hey @cs_chenna
I do not work with Eclipse but it looks like the error you get
cs_chenna:
error TS2694
does not relate to the library that you use.
Please check this topic error TS2694: Namespace 'request' has no exported member 'Response'. · Issue #23341 · DefinitelyTyped/DefinitelyTyped · GitHub
cs_chenna
(Cs Chenna)
March 25, 2019, 10:09am
3
thanks for replying , in your link , they updated the version of the module , i’am using handsontable 7.0.0 , it’s not the latest ?
Yes, 7.0.0
is the latest version.
The 7.0.0
was the first license which merged Handsontable CE and Handsontable PRO maybe that is the case. Sorry, when it comes to Eclipse I won’t be able to help much.
cs_chenna
(Cs Chenna)
March 25, 2019, 10:26am
5
why you are talking about eclipse ?
i’am using angular è with CLI command to build the app
Sorry, you’re right. It doesn’t need to be related to this.
I will ask our developer for help but usually they need a demo to replicate the issue. It this case it may take some time to create one.
cs_chenna
(Cs Chenna)
March 25, 2019, 10:53am
7
Nothing special , i’am cloning an app from git, that works on several posts , but doesn’t on mine
And what/how exactly do you clone it? Sorry I misunderstood it in the first comment. I though that you wanted to clone the project via Eclipse UI.
When I use the
git clone https://github.com/handsontable/angular-handsontable.git
(wrapper GitHub - handsontable/angular-handsontable: Angular Data Grid with Spreadsheet Look & Feel. Official Angular wrapper for Handsontable. ) it works fine.
It also works for the vanilla GitHub - handsontable/handsontable: JavaScript Data Grid / Data Table with a Spreadsheet Look & Feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡
I have also tried to build an app with CLI and then used the tutorial below
Angular installation guide for Handsontable
to install the wrapper for Handsontable and it loads the table without any errors.
cs_chenna
(Cs Chenna)
March 25, 2019, 12:08pm
9
thanks for your replies
Indeed i’am cloning another project that use handstontable , and i have errors
i’m tghinking that is an error due to versions of angular / typescript !