Question
thingworx flow install mathjs
Hi,
I am trying to install within nodejs module the mathjs library to be able to use the unit converter. I have a problem to install an external library. I followed the guide on the portal but i can't install the module and whitelist it.
At first, I install mathjs into ThingworxFlow folder
cd C:\<PROGRAM FILES>\ThingworxFlow
npm install mathjs
I run the command to download the settings file
flow-deploy settings download -f ‘.\settings.json' -t "https://<url>:443/Thingworx" -u 'Administrator' -p ‘pass' -c devtools -s default -l debug
I edit the whitelistExternal with "mathjs" and then upload
flow-deploy settings upload -f ‘.\settings.json' -t "https://<url>:443/Thingworx" -u 'Administrator' -p ‘pass' -c devtools -s default -l debug

but from flow keeps telling me that it is not whitelisted. What can I do?


