Posted 17 March 2025, 9:03 am EST - Updated 17 March 2025, 11:33 am EST
Hi - I am trying to get a legacy application to build. I need Wijmo versions “5.20172.334” and “5.20182.524” but it is not available on npm any longer. Where can I find it?
Forums Home / ComponentOne / General Discussion
Posted by: tina.kujawa on 17 March 2025, 9:03 am EST
Posted 17 March 2025, 9:03 am EST - Updated 17 March 2025, 11:33 am EST
Hi - I am trying to get a legacy application to build. I need Wijmo versions “5.20172.334” and “5.20182.524” but it is not available on npm any longer. Where can I find it?
Posted 19 March 2025, 12:46 am EST
Hi Tina,
Wijmo version 5.20182.524 is available under the wijmo package on NPM, here’s a link for your reference - https://www.npmjs.com/package/wijmo/v/5.20182.524
But, the 5.20172.334 version is not available on NPM. You can refer to the following link to download this Wijmo version - https://cdn.mescius.com/wijmo/release/legacy/wijmo-5.20172.334.zip
Regards
Posted 19 March 2025, 8:59 am EST - Updated 19 March 2025, 9:44 am EST
When I install the 5.20182.524 - and run the app I get errors… looking at the contents it does not look the same. I unzipped the file you provided and did a yarn install pointing wijmo in my package.json to the unzipped contents of the zip. I am running angular 4 application.
Module not found: Error: Can’t resolve ‘wijmo/wijmo.angular2.input’
Is it possible to get the download in the same format as NPM provides so I can just do an install from a local drive? Or are there steps I can take to get it into the same format?
Posted 20 March 2025, 5:53 am EST
Hi Tina,
We are unable to replicate the issue, as it works as expected on our side. Please find attached a sample in angular 4 with Wijmo version 5.20182.524 for your reference.
Please take a look a the attached sample, you can compare it with your implementation and verify you are not missing anything. In case, your issue is still not resolved, please share a small sample in which the issue can be replicated so that we can test it on our end and assist you accordingly.
You can also modify the attached sample to replicate the issue and share it with us. In case, if there is something we missed, please let us know.
Regards
Posted 20 March 2025, 8:21 am EST
I am sorry - I meant 5.20172.334. When I use your zip file provided for this old version 5.20172.334. My node-modules looks different and I get errors finding wijmo controls. How do I install that wijmo zip for 5.20172.334 into my node modules so that it is in the same format as what I would download from npm? Sorry for the confusion.
Posted 24 March 2025, 3:09 am EST
Hi Tina,
It seems the previous package files we shared doesn’t have the npm images. You can refer to the following link to download the wijmo package with npm images that you can directly use in your project - https://drive.mescius.io/download?file=ExternalShare/wijmo/Wijmo%205.20172.334%20sample%20%20%20package/Wijmo_5.20172.334.zip
You can also refer to the following sample, which shows the usage of the wijmo package files -
https://drive.mescius.io/download?file=ExternalShare/wijmo/Wijmo%205.20172.334%20sample%20%20%20package/Sample.zip
Please follow the following steps to run the sample -
Extract the package files and sample
Go to Wijmo_5.20172.334/NpmImages/wijmo-commonjs-min folder
Copy all the files to Sample/assets/wijmo folder
Run npm install
Run npm run start to run the sample
In case, you face any issues, please let us know.
Regards