Error while installing uibuilder

Hello All,

Greetings!!

While installing module names "uibuilder" I am getting following error(on my Ubuntu system and my npm version is 6.14.2).

sudo npm install uibuilder
npm ERR! code E404
npm ERR! 404 Object Not Found - GET https://skimdb.npmjs.com/registry/uibuilder - not_found
npm ERR! 404
npm ERR! 404  'uibuilder@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/ubuntu/.npm/_logs/2020-03-27T16_57_16_491Z-debug.log

When I check file /home/ubuntu/.npm/_logs/2020-03-27T16_57_16_491Z-debug.log I get following logs

21 error code E404
22 error 404 Object Not Found - GET https://skimdb.npmjs.com/registry/uibuilder - not_found
23 error 404
24 error 404 'uibuilder@latest' is not in the npm registry.
25 error 404 You should bug the author to publish it (or use the name yourself!)
26 error 404 Note that you can also install from a
27 error 404 tarball, folder, http url, or git url.
28 verbose exit [ 1, true ]

Searching on google I didn't get much help, though I tried to re-build npm and tried to install uibuilder with actual version eg--> sudo npm install uibuilder@2.0.7

Any help will be greatly appreciated.

Thanks,
R. Singh

Hi,

the module you want to install is node-red-contrib-uibuilder - https://flows.nodered.org/node/node-red-contrib-uibuilder

2 Likes

@knolleary Thanks a TON for replying here, will check on it. I appreciate your help here.

Thanks,
R. Singh

You can always check on the flows site linked above. The README for uibuilder is listed there and installation instructions are included. Of course, installing from Node-RED's palette manager is easier still in most cases.

1 Like

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