iconify / api

Iconify API script. Search engine for icons, provides icon data on demand for icon components, dynamically generates SVG.
MIT License
117 stars 40 forks source link

Why to npm #10

Closed baboon-king closed 2 years ago

baboon-king commented 2 years ago

Just want to know 🧐. Maybe "pnpm" has some problems. https://github.com/iconify/api.js/commit/c8d140cb92218c9d7f7b5a9448ee5bd6126ecac6

cyberalien commented 2 years ago

See https://github.com/iconify/api.js/pull/9

baboon-king commented 2 years ago

I s! sorry😭 I was too careless

cyberalien commented 2 years ago

For this repo pnpm doesn't really make any difference. I'm using it in dev since it saves a lot of space by removing duplication and is much faster to install/update, but no actual features are used. So any package manager will do.

Since this package is meant to run on servers with lots of various architectures, and pnpm is failing to install on at least one of them, switched to proven package manager.

baboon-king commented 2 years ago

Thanks for your reply again. I've got it at https://github.com/iconify/api.js/pull/9 and https://github.com/iconify/api.js/issues/7