devsoap / ds-gradle-vaadin

Gradle plugin for building Vaadin Flow 10/11/12/13/14/15 apps
https://devsoap.com/gradle-vaadin-flow-plugin
Other
36 stars 13 forks source link

node is trying to install even when not using npm mode #328

Open masbaehr opened 4 years ago

masbaehr commented 4 years ago

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

johndevs commented 4 years ago

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.