Description:
When installing the NPM package @groupdocs/groupdocs.conversion@25.4.0
, the installation script downloads an outdated Java JAR file:
groupdocs-conversion-nodejs-24.9.jar
This results in a version mismatch, where the **Node.js wrapper is at version 25.4.0, but the Java backend is still at version 24.9. This is misleading and could introduce compatibility issues or prevent users from accessing newer features or fixes introduced in the 25.4 release.
@manibharathi10
It appears you are encountering an issue where the NPM package @groupdocs/groupdocs.conversion@25.4.0
is downloading an outdated Java JAR file (version 24.9) instead of the expected version 25.4. This discrepancy can lead to compatibility issues and limit access to new features or fixes.
To address this issue, please follow these steps:
-
Clear Cache: Cached versions can sometimes cause problems. Clear your NPM cache using the following command:
npm cache clean --force
-
Reinstall the Package: After clearing the cache, try reinstalling the package:
npm install @groupdocs/groupdocs.conversion@25.4.0
-
Check for NPM Updates: Ensure that you are using the latest version of NPM, as older versions may contain bugs that affect package installations. Update NPM with:
npm install -g npm
-
Report the Issue: If the problem persists, consider reporting it on the GroupDocs forum or their GitHub repository, as this may be a bug that needs to be addressed by the maintainers.
If you require further assistance, please feel free to ask!
Hello @manibharathi10 ,
Thank you for letting us know about this situation.
This is actually just a minor mistake in the version label found in the *lib* folder.
The lib\groupdocs-conversion-nodejs-24.9.jar package actually contains sources from version 25.4.
We will soon release version 25.4.1, which will correct this oversight.
We apologize for any inconvenience this may have caused.
Thank you for the clarification.
It’s good to know that the issue is only related to the version label and that the correct sources are already present.
We’ll wait for the 25.4.1 release
Hello @manibharathi10 ,
Thank you for your understanding. By the way, version 25.4.1 is already available for use. If you have any further questions, please don’t hesitate to contact us — we’ll be happy to assist you.