You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use your leaflet plugin, after using npm install tripkit-leaflet did not show any problem with install. But when I use require("tripkit-leaflet") it shows me the following message:
Could not find a declaration file for module 'tripkit-leaflet'. 'c:/Users/Elias/Documents/GitHub/it-project-19-20-h/node_modules/tripkit-leaflet/dist/TripgoRouting.js' implicitly has an 'any' type.
Try npm install @types/tripkit-leaflet if it exists or add a new declaration (.d.ts) file containing declare module 'tripkit-leaflet';ts(7016)
Does this have an impact on my website?
Do you also have a tutorials? Since I'm a junior developer, it would be a huge help.
Sincerly yours,
Elias Samadi
The text was updated successfully, but these errors were encountered:
Hi Elias,
I'll try to reproduce the error you mention to help you asap. Anyway to don't block your work, you could download the code and try the integration in the way we explain here
Hi,
I'd like to use your leaflet plugin, after using
npm install tripkit-leaflet
did not show any problem with install. But when I userequire("tripkit-leaflet")
it shows me the following message:Could not find a declaration file for module 'tripkit-leaflet'. 'c:/Users/Elias/Documents/GitHub/it-project-19-20-h/node_modules/tripkit-leaflet/dist/TripgoRouting.js' implicitly has an 'any' type.
Try
npm install @types/tripkit-leaflet
if it exists or add a new declaration (.d.ts) file containingdeclare module 'tripkit-leaflet';
ts(7016)Does this have an impact on my website?
Do you also have a tutorials? Since I'm a junior developer, it would be a huge help.
Sincerly yours,
Elias Samadi
The text was updated successfully, but these errors were encountered: