ds-gradle-vaadin icon indicating copy to clipboard operation
ds-gradle-vaadin copied to clipboard

node is trying to install even when not using npm mode

Open masbaehr opened this issue 5 years ago • 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

masbaehr avatar Mar 16 '20 01:03 masbaehr

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.

johndevs avatar Mar 22 '20 15:03 johndevs