45Drives / cockpit-file-sharing

A Cockpit plugin to easily manage samba and NFS file sharing.
GNU General Public License v3.0
556 stars 30 forks source link

Please make cockpit-syntaxes available #74

Open Thermi opened 1 year ago

Thermi commented 1 year ago

Bug Info

Describe the bug

Can't build cockpit-file-sharing from source because the npm package @45drives/cockpit-syntaxes/0.1.4 can not be downloaded.

echo 'export const pluginVersion = "3.3.1-1built_from_source";' > file-sharing/src/version.js
Building file-sharing
yarn --cwd file-sharing install
yarn install v1.22.19
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] Resolving packages...
[2/4] Fetching packages...
error An unexpected error occurred: "https://npm.pkg.github.com/download/@45drives/cockpit-syntaxes/0.1.4/e1d35e98f856398975e654f43776068aa511bf86906e97f653c94735993821c9: Request failed \"401 Unauthorized\"".
info If you think this is a bug, please open a bug report with the information provided in "/home/thermi/cockpit-file-sharing/src/cockpit-file-sharing-3.3.1/file-sharing/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

To Reproduce Steps to reproduce the behavior:

  1. Download release 3.3.1
  2. install dependencies
  3. run make
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

All dependencies are correctly downloaded.