NPM not installed

When i compile a WebApp (not Electron) with RELEASE MODE i get an fatale error with 'NPM is not installed'.


Must i install NPM by hand?

When you want to have the code obfuscated automatically, yes.
In project options you can turn on/off the obfuscation.
npm is installed via installing node.js https://nodejs.org/en/

Thank's Bruno!