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

using bun is deleting all files in current folder when instantiating on MacOs #1159

Closed raDiesle closed 3 months ago

raDiesle commented 3 months ago

BUG

What is the current behavior? on MacOs, v1.15.0 frontend-maven-plugin version

and having a regular config in the root folder of the project such as

v1.1.21

where in a submodule it is calling "install-bun" from pom.xml

it is deleting all files in this submodule as well creates the files of:

expected it should not delete my project files.