devsoap/ds-gradle-vaadin

node is trying to install even when not using npm mode

Opened this issue · 1 comments

I want to use the plugin to build a compatibilityMode app , so - it should not install any node on the system, or why does it still need npm?

Configure project :
Using DS Gradle Vaadin Flow Plugin 1.3.5 (UNLICENSED). Hide this message using --quiet with PRO subscription.
vaadin.version is not set, falling back to latest Vaadin version
The project will be compiled for Vaadin 13 (Flow 1) compatibility mode. Running in NPM mode is only available for PRO subscribers.
<===----------> 23% EXECUTING [1m 55s]
:nodeSetup

It uses node to install and run bower and its dependencies. So it will still need to install it even if you are running in compatibility mode.