45Drives / cockpit-file-sharing

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

npm ERR! 404 '@45drives/cockpit-css@^0.1.12' is not in this registry #64

Open cig0 opened 2 years ago

cig0 commented 2 years ago

Hi @joshuaboud :wave:

Bug Info

Describe the bug '@45drives/cockpit-css@^0.1.12' seems to not be available at npmjs.org

To Reproduce Steps to reproduce the behavior:

  1. Clone this repository
  2. Issue a make command
  3. See error

Expected behavior The library is pulled to begin the build

Screenshots image

antoniovazquezblanco commented 1 year ago

Also affected by this.

meilon commented 1 year ago

Me as well. Would be great if there was a generic package again!

bombonato commented 1 year ago

Me as well. Did anyone manage to overcome the problem? I

Does it have any relation to a private package in github package manager repository for the @45drives scope to the cockpit-css package?

I checked that in file-sharing/package-lock.json there is a reference to version ^0.1.5 which resolves to https://npm.pkg.github.com/download/@45drives/cockpit-css/0.1.5/ 5349e4906989bb8731148045bfba16721c2769a53b427f027c5c6e137a591ffd which requires a token.

I tried to login to npm.pkg.hithub.com but got 403 response: ERR! 403 Forbidden - GET https://npm.pkg.github.com/@45drives%2fcockpit-css - Permission permission_denied: read_package

@cig0, @antoniovazquezblanco, @meilon or has anyone been successful? I'm trying to compile for use on Arch Linux distribution.

cig0 commented 1 year ago

Me as well. Did anyone manage to overcome the problem? I

Does it have any relation to a private package in github package manager repository for the @45Drives scope to the cockpit-css package?

I checked that in file-sharing/package-lock.json there is a reference to version ^0.1.5 which resolves to https://npm.pkg.github.com/download/@45drives/cockpit-css/0.1.5/ 5349e4906989bb8731148045bfba16721c2769a53b427f027c5c6e137a591ffd which requires a token.

I tried to login to npm.pkg.hithub.com but got 403 response: ERR! 403 Forbidden - GET https://npm.pkg.github.com/@45drives%2fcockpit-css - Permission permission_denied: read_package

@cig0, @antoniovazquezblanco, @meilon or has anyone been successful? I'm trying to compile for use on Arch Linux distribution.

Olá @bombonato Short answer: nope. I haven't come back to this issue, since anyway I never got any reply from the devs :'(

wangyugui-e16 commented 1 year ago

still ERROR on 2023/07. any progress?

or could we save the cockpit-css file inside git repo?

TassieDevyl commented 1 year ago

07 October 2023. Attempted an install on Debian Unstable from .zip of main and from the most recent release .tar.gz.

Same problem as mentioned by previous posters.

npm ERR! 404 Not Found - GET https://registry.npmjs.org/@45drives%2fcockpit-css - Not found

johnmmcgee commented 1 year ago

same issue when trying to build from source. It would be nice to have a fix for this.