Pasting package.json inline so that it is easier to see
{
"name": "node-red-project",
"description": "A Node-RED Project",
"version": "0.0.1",
"private": true,
"dependencies": {
"dashboard-evi": "~1.0.2",
"node-red-contrib-data-table-viewer": "~0.0.5",
"node-red-contrib-tabletojson": "~1.0.3",
"node-red-dashboard": "~3.2.3",
"node-red-node-mysql": "~1.0.3",
"node-red-node-ui-table": "~0.4.3"
}
}
Are you using dashboard-evi? I would not be surprised if that is the problem.
If you want to remove it then go into your .node-red folder and run
npm remove dashboard-evi
then try starting node-red again.