@eszlariz2,
You can host the commercial version of the CanvasJS chart package (@canvasjs/charts) on your own server by following these steps:
- Compress the package into a .tar.gz file.
- Upload the compressed file to your server.
- In your package.json, reference the package using the URL of your server, like this:
@canvasjs/charts": "https://your-server.com/packages/canvasjs-charts-v3.10.16.tar.gz
This approach avoids conflicts with public npm versions and integrates smoothly into your CI system. Please refer to this article for more information.
—-
Manoj Mohan
Team CanvasJS