question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NPM version out of date

See original GitHub issue

It seems the latest version is not published to NPM.

edit: Also if you do decide to release newer versions of these packages on npm, it may make sense to use the icon pack version as the package.json version. As currently iconoir-react-native is using icons 4.4 but is on version 2.1.


Love the icons btw. I plan on using them exclusively on my personal website (made with svelte). Appreciate the work that has gone into these; the line aesthetic is not common in other icon sets.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:10

github_iconTop GitHub Comments

1reaction
sammarkscommented, Mar 9, 2022

I agree! I’ll put up a PR here in the next few days to have it release with each tag (and use that tag as the version).

1reaction
Mjtlittlecommented, Jan 10, 2022

I just realized I can install git repos like npm packages: npm install https://github.com/lucaburgio/iconoir.git#commit. This solves my issue for the time being, but it would be nice to still have it mirrored on npm for insurance (default immutable versioning).

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm-outdated
This command will check the registry to see if any (or, specific) installed packages are currently outdated. By default, only the direct dependencies...
Read more >
Run npm outdated to check old packages
Here is the tip: run npm outdated from the terminal in your project folder to see if the installed packages are outdated. npm...
Read more >
npm check and update package if needed - node.js
Install npm-check-updates · Run npm-check-updates to list what packages are out of date (basically the same thing as running npm outdated ) ·...
Read more >
Using npm update and npm outdated to update dependencies
First, you ask npm to list which packages have newer versions available using npm outdated . Then you ask npm to install the...
Read more >
How to check and update npm package using npm outdated
The npm outdated command is used to check the versions of installed packages and see if any package is currently outdated.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found