We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can install geocoder in my Angular project but can't launch the project after installation. The error is
[ng] Error: node_modules/@goparrot/geocoder/types/provider/here/interface/here.type.d.ts:1:23 - error TS2688: Cannot find type definition file for 'heremaps'. [ng] 1 /// <reference types="heremaps" /> [ng] ~~~~~~~~ [ng] Error: node_modules/@goparrot/geocoder/types/provider/here/interface/here.type.d.ts:2:40 - error TS2503: Cannot find namespace 'H'. [ng] 2 export declare type HereResponseType = H.service.ServiceResult; [ng] ~ [ng] Error: node_modules/@goparrot/geocoder/types/provider/here/interface/here.type.d.ts:3:50 - error TS2503: Cannot find namespace 'H'. [ng] 3 export declare type HereOneResultType = Required<H.service.ServiceResult>['Response']['View'][0]['Result'][0];
It's weird here.type.d.ts on my local is different from source code. It prepend a new line.
/// <reference types="heremaps" /> export declare type HereResponseType = H.service.ServiceResult; export declare type HereOneResultType = Required<H.service.ServiceResult>['Response']['View'][0]['Result'][0]; export declare type HereOneResultAddressType = Partial<HereOneResultType['Location']['Address']>; export declare type HereOneResultAddressAdditionalDataType = Required<HereOneResultAddressType>['AdditionalData'][0];
Btw I only use GoogleMap, so it seems weird it loads heremaps. I use geocoder 4.2.0 and Angular12. Thanks for reading.
The text was updated successfully, but these errors were encountered:
fix(provider): cannot find type definition file for heremaps
382ede1
Fixes #109
eeacc3a
@raykin thx, fixed in the v4.2.1
Sorry, something went wrong.
No branches or pull requests
I can install geocoder in my Angular project but can't launch the project after installation.
The error is
It's weird here.type.d.ts on my local is different from source code. It prepend a new line.
Btw I only use GoogleMap, so it seems weird it loads heremaps.
I use geocoder 4.2.0 and Angular12.
Thanks for reading.
The text was updated successfully, but these errors were encountered: