Can't access the Manager UI

Hello team,

I have been try to make changes to the UI and I want to setup manager to test my changes. For that I am using the command:

npm run serve

Here are the error logs I am getting:


> @openremote/manager@1.0.4 serve
> npx tsc -b --clean && npx shx rm -rf dist && npx orutil build && npx cross-env NODE_OPTIONS=--max_old_space_size=4096 webpack serve --mode development

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/orutil - Not found
npm ERR! 404
npm ERR! 404  'orutil@*' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in: C:\Users\anike\AppData\Local\npm-cache\_logs\2023-12-06T11_44_26_575Z-debug-0.log
npm ERR! Lifecycle script `serve` failed with error:
npm ERR! Error: command failed
npm ERR!   in workspace: @openremote/manager@1.0.4

I have installed the prerequisites as mentioned in the tutorial.
Can you help me with this issue?

Thanks and Regards,
Aniket

Hi!

Looks similar to what is occuring in this post:


Looks like a dependency failed to install. Please double check the versions of the prerequisites and if the correct versions are used. (for example JDK17 is correctly referenced). Also see the setup steps required to get the manager running:
After that, verify your installation using the installDist scripts, and see whether that succeeds;

./gradlew clean installDist

Hi Aniket,

I don’t know if you got any further with this but I was having the same trouble as you. There seems to be a command you need to run between step 3 and 4 of the tutorial

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