problem starting development
I'm new to signalk development, trying to set up a development environment. Installed it raw on my mac, but get the following error after start:
[Error: ENOENT: no such file or directory, open '/develop/signalk/signalk-server/node_modules/@signalk/server-admin-ui/public/index.html'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/Users/jorgen/Documents/dev/signalk/signalk-server/node_modules/@signalk/server-admin-ui/public/index.html'
}
and on the ui:
Could not handle admin ui root request
I have installed signalk-server, run "npm run build:all" and tried some other tricks to no avail. What am I missing?
[Error: ENOENT: no such file or directory, open '/develop/signalk/signalk-server/node_modules/@signalk/server-admin-ui/public/index.html'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/Users/jorgen/Documents/dev/signalk/signalk-server/node_modules/@signalk/server-admin-ui/public/index.html'
}
and on the ui:
Could not handle admin ui root request
I have installed signalk-server, run "npm run build:all" and tried some other tricks to no avail. What am I missing?