-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello! We're using your package in frontend projects worked on by developers without Java/Maven installed on their systems. That should normally be just fine, since we're only running this package in our CI system (local development doesn't require packaging for AEM). However, due to your preinstall script that runs mvn -v
, developers get an error about mvn
not being found when they attempt to do a simple npm install
on the frontend project. Would it be possible to remove that preinstall script so that developers aren't required to install Java/Maven?
Our workaround in the meantime is to run npm install --ignore-scripts
instead.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels