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 was just being nosey and trying to build this. npm install will fail at accessing the above (presumably private) npm package:
root@test-cockpit:~/cockpit-zfs# make
Building zfs
npm --prefix zfs install
npm ERR! code E401
npm ERR! 401 Unauthorized - GET https://npm.pkg.github.com/download/@45Drives/cockpit-vue-components/0.1.0-beta2/a216666b3e9eb97a30cf47c0b947b4e5661798db - authentication token not provided
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2025-01-15T21_51_41_195Z-debug-0.log
make: *** [Makefile:80: zfs/dist/index.html] Error 1
root@test-cockpit:~/cockpit-zfs#
The text was updated successfully, but these errors were encountered:
luispabon
changed the title
Inaccessible cockpit-vie-components
Inaccessible cockpit-vue-components
Jan 15, 2025
I was just being nosey and trying to build this. npm install will fail at accessing the above (presumably private) npm package:
The text was updated successfully, but these errors were encountered: