eirslett / frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Apache License 2.0
4.2k stars 867 forks source link

Input is not in the .gz format with version 1.12.1 #1087

Open vinod-mehta-db opened 1 year ago

vinod-mehta-db commented 1 year ago

Hello, We are getting Input is not in the .gz format error while maven front plugin is trying to download npm package. If we are trying to download same npm package using browser, complete folder is downloaded but incase of frontend plugin, the single file is downloaded with html tags. We are running our build using github actions. Could you please suggest any solution for this as i have already gone through previous threads and it seems like this issue should be fixed with previous versions.