I have installed ExtJS 7 GPL version following the instructions received by email
npm login --registry=https://sencha.myget.org/F/gpl/npm/ --scope=@sencha
npm install -g @sencha/ext-gen
ext-gen app -a -t moderndesktop -n ModernApp
cd modern-app
npm start
When running npm start, I have the following message in the terminal
[ext]: ext-webpack-plugin v7.0.0, Ext JS v7.0.0 Commercial Edition
When the app opens in the browser, there is an ExtJs Trial watermark added.
I tried to build the app with Sencha Cmd, but the result is quite the same: Sencha cmd outputs a message about GPL licencing, but the watermark is still here !
How can I properly download and install GPL version?
Note that I tried this with Ubuntu 18.04
Thanks in advance.