You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've cloned the code,
Then inside the backend folder I've installed the packages, but when I run the build command I get:
<rejected> Error: ENOENT: no such file or directory, open 'cfg\node-red\flows_fleetmanager.json' at Object.openSync (node:fs:596:3) at Object.writeFileSync (node:fs:2322:35) at setup (C:\Users\Brainsen\Projects\node-shelly\backend\dist\config\node-red.js:40:27) at start (C:\Users\Brainsen\Projects\node-shelly\backend\dist\web\index.js:178:26) { errno: -4058, syscall: 'open', code: 'ENOENT', path: 'cfg\\node-red\\flows_fleetmanager.json' } }
The text was updated successfully, but these errors were encountered:
I've cloned the code,
Then inside the backend folder I've installed the packages, but when I run the build command I get:
<rejected> Error: ENOENT: no such file or directory, open 'cfg\node-red\flows_fleetmanager.json' at Object.openSync (node:fs:596:3) at Object.writeFileSync (node:fs:2322:35) at setup (C:\Users\Brainsen\Projects\node-shelly\backend\dist\config\node-red.js:40:27) at start (C:\Users\Brainsen\Projects\node-shelly\backend\dist\web\index.js:178:26) { errno: -4058, syscall: 'open', code: 'ENOENT', path: 'cfg\\node-red\\flows_fleetmanager.json' } }
The text was updated successfully, but these errors were encountered: