Installation Issue
See original GitHub issueI get the following error when I want to use jsvectormap: this is how I imported:
import { jsVectorMap } from '@/components/map/jsVectorMap'
import { Map } from '@/components/map/world'
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
How to troubleshoot Windows Installer errors - Microsoft Support
Describes how to troubleshoot problems that occur when you install, uninstall, or upgrade a program on a Windows-based computer by using Windows Installer....
Read more >Fix problems installing Chrome - Google Chrome Help
Fix problems installing Chrome. If you get an error message when you try to download and install Google Chrome, try these fixes.
Read more >Common Installation Issues and Solutions
Common ways installation can fail and what to do about it. ... The common issues break out into three main categories: Downloaded files...
Read more >Possible Causes of an Installation Problem
Incorrect patches installed · Installing a patch that does not correspond to your architecture · Permissions problems · The presence of a previous...
Read more >General installation problems - IBM
These problems and resolutions are related to general issues that might occur ... During a Microsoft Windows installation, if you receive a message...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah, of course, there is no package called
@tpyes/jsvectormap
!The typescript was just suggesting a wrong fix.
I suggest watching a video or reading an article a that explains how to install a JavaScript plugin with Nextjs, as I mentioned I didn’t use React so I can’t help here 😦
Closing this issue as it’s not related to Jsvectormap.
following the answers (except the one who used a little hack) I had to install it like this: npm install @types/jsvectormap
but I get following error: