Hi. I need to execute a javascript in plugin javascrip toolbox…
However, this javascript needs a package…
How, how to download and install a javascript package within toolbox or bubble before execute it…
for example, out of bubble… I should
1st) download the package
2nd) npm install nfe-io
3rd) then execute something like this
var nfe = require(‘nfe-io’)
nfe.serviceInvoices.create(… so on…
please, any help?