My current project involves using AmCharts to create charts for my application. I have purchased the commercial version, but I am facing some confusion on how to install it using npm install
.
In their documentation, they suggest using: npm install amcharts/amcharts3
. However, this command only installs the free version of the software.
I have been unable to find a way to install the commercial version through npm, and instead have had to download it directly from my Account section on their website. Ideally, I would like to manage the installation process through npm.
If anyone has any insight into whether there is a specific key that needs to be activated in order to use the commercial version or if there is an alternative method to install it via npm
, I would greatly appreciate your guidance.