-
Notifications
You must be signed in to change notification settings - Fork 44
npm error 404 '@universal-robots/urcap-utils@2.0.2' is not in this registry #11
Copy link
Copy link
Open
Description
npm install fails to install the latest samples in the latest psX:
root@36bfb6cabe8b:/workspaces/PolyScopeX_URCap_SDK/samples/simple-rest# npm install
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/@universal-robots%2furcap-utils - Not found
npm error 404
npm error 404 '@universal-robots/urcap-utils@2.0.2' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
npm error A complete log of this run can be found in: /root/.npm/_logs/2026-03-30T16_23_46_304Z-debug-0.log
FWIW npmjs.org/@universal-robots 404s in my browser
- clone repo
- open devcontainer in vscode
./run-simulatorworks fine - i can load sim in the browsercd samples/simple-rest && npm install- get error above
running this on Ubuntu 24.04 x86
Reactions are currently unavailable