Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release latest on npm #206

Open
moshen opened this issue May 23, 2018 · 8 comments
Open

Release latest on npm #206

moshen opened this issue May 23, 2018 · 8 comments

Comments

@moshen
Copy link

moshen commented May 23, 2018

2.0.10 is on bower, but not npm

@benavern
Copy link

Is this planned to push it on npm ?
I'd realy enjoy using the last version but would like it to be on npm (don't want bower just for 1 library...)

@timaschew
Copy link

Usually you can install from GitHub via npm with this command

npm install erikflowers/weather-icons

but for me (npm 5.6.0) it doesn't work for some reasons.
So, I pushed it to weather-icons2 on npm, anyone else can use this, too:

npm i weather-icons2

@ManticSic
Copy link

Usually you can install from GitHub via npm with this command

npm install erikflowers/weather-icons

but for me (npm 5.6.0) it doesn't work for some reasons.

Use this flavor:

npm install git+https://git@github.com/erikflowers/weather-icons.git

or this flavor if you need SSH:

npm install git+ssh://git@github.com/erikflowers/weather-icons.git

Tested with npm 6.9.0

@abraha2d
Copy link

abraha2d commented Jun 4, 2019

@erikflowers Any plans to release v2.0 on npm?
Edit: Nvm, looks like it's up under a different package name.
https://www.npmjs.com/package/weathericons.
Relevant pull-request: #133

Repository owner deleted a comment from citadelcloud Aug 4, 2021
@aitorllj93
Copy link

Hi, I just noticed there are too many unofficial releases of this package because the package.json points to an old version package, do you have any plans on releasing latest versions under the official name (weather-icons) or change the package.json name and/or add some install instructions to the README?

@fox91
Copy link
Collaborator

fox91 commented Sep 6, 2021

Hi, I just noticed there are too many unofficial releases of this package because the package.json points to an old version package, do you have any plans on releasing latest versions under the official name (weather-icons) or change the package.json name and/or add some install instructions to the README?

Hi @d3v0ps, currently version number in package.json have some problems (ex: not aligned with git tags).
I'm working on v3 and I plan to move the repo (and maybe also npm package).
As said by @ManticSic I currently suggest to install directly from this repo.

@aitorllj93
Copy link

aitorllj93 commented Sep 6, 2021

Hi @fox91 thank you for your response, I think this should at least be written on the README to avoid people creating forks and packages on npm when they aren't able to find the right one. There isn't even an installation section with the bower instructions.

@fox91
Copy link
Collaborator

fox91 commented Sep 6, 2021

Hi @d3v0ps, would you like to create a PR with instructions on how to do it?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants