Project Flow File Not Found After Clone

All,

Not very experienced with github as it took some doing to get setup. I have project out on my site that I've been updating and uploading to.

A while back I had made a change in Node Red and it lost my Github settings and I had to re-do them. Not sure if that created this problem or not.

When people clone my repo, they get this error. Not sure how to fix this?

image

When I look on the Pi under /home/pi/.node-red/projects, I can see my project cloned on the new pi.

Thanks
Kyle

To add to this, when I click on Setup project file, it just sends me to the info screen.

I just noticed on the Pi I cloned my repo says flows.json.

image

On my master, the flow is set to flow.json

image

Not sure how this got changed?

Here is the package.json file.

{
    "name": "N1MM_Dashboard",
    "description": "Dashboard for N1MM Contesting",
    "version": "0.0.1",
    "dependencies": {
        "node-red-contrib-hourglass": "1.5.0",
        "node-red-contrib-msg-speed": "2.1.0",
        "node-red-contrib-play-audio": "2.5.0",
        "node-red-node-ping": "0.3.1",
        "node-red-node-smooth": "0.1.2",
        "node-red-node-sqlite": "1.0.1",
        "node-red-node-ui-table": "0.3.11",
        "node-red-contrib-web-worldmap": "2.24.0",
        "node-red-dashboard": "3.1.3",
        "node-red-contrib-string": "1.0.0",
        "node-red-contrib-ui-led": "0.4.11",
        "node-red-contrib-unit-converter": "0.0.2"
        "node-red-contrib-moment": "4.0.0"
    },
    "node-red": {
        "settings": {
            "flowFile": "flow.json",
            "credentialsFile": "flow_cred.json"
        }
    }
}

Solved it.

Missing a comma after unit-converter. I would of never caught that unless I pasted this into this topic and it highlighted that moment line red.

image

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