Can't toggle UI Worldmap node

I have the same problem as this poster had initially (before the topic got sidetracked by another); the ui_worldmap node is toggled off by default and I can't turn it back on.

I've had this problem twice now. The first time on a laptop where I managed to resolve it by uninstalling the dashboard and worldmap nodes and then reinstalling them dashboard first. The second time is on a raspberry pi but installing the nodes dashboard first hasn't worked this time.

Any help would be much appreciated!

Confirm this issue
Reinstalling dashboard even dont work. I must make a clean installation of Node Red

Can you you try the latest version 2.8.7 ? thanks

This worked when I installed from the command line (so I'm sorted!) though I got the following error when I tried to install from the pallet manager. Thanks for your help :slight_smile:

0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli   '/usr/bin/node',
1 verbose cli   '/usr/bin/npm',
1 verbose cli   'install',
1 verbose cli   '--no-audit',
1 verbose cli   '--no-update-notifier',
1 verbose cli   '--no-fund',
1 verbose cli   '--save',
1 verbose cli   '--save-prefix=~',
1 verbose cli   '--production',
1 verbose cli   'node-red-contrib-web-worldmap@2.8.7'
1 verbose cli ]
2 info using npm@6.14.10
3 info using node@v12.20.1
4 verbose npm-session be5945aa474d8131
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 warn registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning EHOSTUNREACH: request to https://registry.npmjs.org/node-red-contrib-web-worldmap failed, reason: connect EHOSTUNREACH 104.16.19.35:443
8 warn registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
9 http fetch GET 200 https://registry.npmjs.org/node-red-contrib-web-worldmap 4549ms (from cache)
10 silly registry:manifest no matching version for node-red-contrib-web-worldmap@2.8.7 in the cache. Forcing revalidation.
11 http fetch GET 200 https://registry.npmjs.org/node-red-contrib-web-worldmap 2798ms (from cache)
12 silly fetchPackageMetaData error for node-red-contrib-web-worldmap@2.8.7 No matching version found for node-red-contrib-web-worldmap@2.8.7.
13 timing stage:rollbackFailedOptional Completed in 17ms
14 timing stage:runTopLevelLifecycles Completed in 17633ms
15 verbose type version
16 verbose stack node-red-contrib-web-worldmap: No matching version found for node-red-contrib-web-worldmap@2.8.7.
16 verbose stack     at pickManifest (/usr/lib/node_modules/npm/node_modules/npm-pick-manifest/index.js:122:13)
16 verbose stack     at /usr/lib/node_modules/npm/node_modules/pacote/lib/fetchers/registry/manifest.js:43:18
16 verbose stack     at tryCatcher (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/util.js:16:23)
16 verbose stack     at Promise._settlePromiseFromHandler (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:517:31)
16 verbose stack     at Promise._settlePromise (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:574:18)
16 verbose stack     at Promise._settlePromise0 (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:619:10)
16 verbose stack     at Promise._settlePromises (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/promise.js:699:18)
16 verbose stack     at _drainQueueStep (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:138:12)
16 verbose stack     at _drainQueue (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:131:9)
16 verbose stack     at Async._drainQueues (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:147:5)
16 verbose stack     at Immediate.Async.drainQueues [as _onImmediate] (/usr/lib/node_modules/npm/node_modules/bluebird/js/release/async.js:17:14)
16 verbose stack     at processImmediate (internal/timers.js:461:21)
17 verbose cwd /home/pi/.node-red
18 verbose Linux 5.4.83+
19 verbose argv "/usr/bin/node" "/usr/bin/npm" "install" "--no-audit" "--no-update-notifier" "--no-fund" "--save" "--save-prefix=~" "--production" "node-red-contrib-web-worldmap@2.8.7"
20 verbose node v12.20.1
21 verbose npm  v6.14.10
22 error code ETARGET
23 error notarget No matching version found for node-red-contrib-web-worldmap@2.8.7.
24 error notarget In most cases you or one of your dependencies are requesting
24 error notarget a package version that doesn't exist.
25 verbose exit [ 1, true ]

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