Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node not working - RED exclemation Triangel [object Object] #6

Open
Zodiac-69 opened this issue Jan 24, 2021 · 1 comment
Open

Node not working - RED exclemation Triangel [object Object] #6

Zodiac-69 opened this issue Jan 24, 2021 · 1 comment

Comments

@Zodiac-69
Copy link

After adding the node to a RPI3 with Node-RED V.1.2.7, the node is not avalable to use.
Looking at the Node-RED Palette, i see that the node has a red triangel with a excimation mark in it and that next to map-config there is a disable box, not sure if this is related.

@miglor-bcn
Copy link

Hi @Zodiac-69,

Maybe you don't care because it's been quite long time. But I had the same issue and looking the Node-RED logs I was it was complaining about mustache module is missing:

21 Nov 17:05:00 - [info] - node-red-contrib-map:map-config : Error: Cannot find module 'mustache'

So I did the following (linux):

  1. Go to node-red module location, by default is in "~/.node-red/"
    cd ~/.node-red/
  2. Run
    npm install fixed mustache
  3. Restart Node-RED.

I hope someone else helps in case of the same issue.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants