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.24k stars 871 forks source link

Class Platform is package-private meaning you can't implement InstallConfig from outside of lib package. #1033

Open SimY4 opened 2 years ago

SimY4 commented 2 years ago

Do you want to request a feature or report a bug? Closer to a feature request

What is the current behavior? NodeInstaller is impossible to call from outside of the lib package

If the current behavior is a bug, please provide the steps to reproduce. Try to implement InstallConfig outside of lib package.

What is the expected behavior?

I can instantiate NodeInstaller and call it from outside of the lib package programmatically.

Please mention your frontend-maven-plugin and operating system version.

version: 1.12.1 os: MacOS