ful1e5 / Bibata_Cursor

Open source, compact, and material designed cursor set.
https://www.bibata.live
GNU General Public License v3.0
1.77k stars 70 forks source link

Issue generating bitmaps #138

Closed AidanRB closed 9 months ago

AidanRB commented 1 year ago

Running this command:

npx cbmp -d 'svg/modern' -n 'Bibata-Hacker' -bc '#00FE00' -oc '#000000' -wc '#001524'

Produces this output:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/cbmp - Not found
npm ERR! 404 
npm ERR! 404  'cbmp@*' is not in this registry.
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!     /home/username/.npm/_logs/2023-04-05T16_03_53_122Z-debug-0.log

Has a library been removed from the npm registry?

ful1e5 commented 1 year ago

@AidanRB cbmp is not available on the npm registry.

To use cbmp, you have to install it from the GitHub repository by running the following command:

npm install ful1e5/cbmp
ful1e5 commented 9 months ago

Closing due to inactivity. Can reopen later.