The default node configuration (applied to front module) will not include download=true.
Thus system node/npm will be used.
This will speed up generators and main dependencies installation, but require Node.js to be installed on the system.
Old behavior can be configured in build.gradle explicitly
Description
The default node configuration (applied to front module) will not include
download=true
. Thus system node/npm will be used. This will speed up generators and main dependencies installation, but require Node.js to be installed on the system.Old behavior can be configured in build.gradle explicitly