Hello,
Same as @vbeliavski I’m trying to build and deploy a custom OpenRemote on windows. I cloned the default template and followed all the steps described in Custom deployment User Guide.
Step 1,2,3 went smoothly, both containers are up,
While building Manager UI at step 4, I am seeing the following error,
C:\Users\user\openremote\custom-project\openremote\ui\app\manager>npm run serve – --env config=…......\deployment\manager\app
@openremote/manager@1.0.4 serve C:\Users\user\openremote\custom-project\openremote\ui\app\manager
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 “–env” “config=…......\deployment\manager\app”
npx: installed 22 in 4.492s
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/orutil - Not found
npm ERR! 404
npm ERR! 404 ‘orutil@latest’ is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
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:
npm ERR! C:\Users\user\AppData\Roaming\npm-cache_logs\2022-10-04T06_25_20_399Z-debug.log
Install for [ ‘orutil@latest’ ] failed with code 1
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @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 "--env" "config=..\..\..\..\deployment\manager\app"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @openremote/manager@1.0.4 serve script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\user\AppData\Roaming\npm-cache_logs\2022-10-04T06_25_20_506Z-debug.log
Can anyone help?