Node Red Modules tar file download location

As part of my node red offline up-gradation i want tar file location for below modules. could you please let me know urls/location.

node-red-node-mysql-0.0.19.tgz
node-red-contrib-ui-level-0.1.23.tgz
node-red-node-ui-table-0.2.2.tgz
node-red-contrib-jwt-0.0.11.tgz
node-red-contrib-loop-processing-0.3.1.tgz
node-red-contrib-web-worldmap-2.2.1.tgz
node-red-node-email-1.7.7.tgz

They will all come from the npm registry like all other modules.

Have a look at the npm registry API and you'll be able to find the tar file URLs for any module you want.

Thank you. I am new to npm, could please provide more details.

If you go to http://registry.npmjs.org/node-red you'll get a huge piece of JSON meta data about the node-red npm module. Buried in there is a list of all published versions of the module and the url to download it from (the tarball property)

If you replace node-red in the url with any of the modules you are interested in, you can find the information you want.

1 Like

Thank you Knolleary

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.