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

Please Release Version: 7.x and 6.x #1926

Open
pocorall opened this issue May 4, 2021 · 4 comments
Open

Please Release Version: 7.x and 6.x #1926

pocorall opened this issue May 4, 2021 · 4 comments

Comments

@pocorall
Copy link

pocorall commented May 4, 2021

This project is not updated for a long time, and npm 5.x is not runnable with node 14.x. Please release more recent versions.
Specifically, 7.11.2 and 6.14.13 would be nice, as they are the most recent version right now.

@jamesward
Copy link
Member

The best way to get an NPM WebJar is via the NPM WebJars. Unfortunately searching for npm on webjars.org matches on all NPM WebJars and I should fix that. But you can find the currently deployed versions at: https://search.maven.org/artifact/org.webjars.npm/npm

And you should be able to add missing versions via https://webjars.org using the "add a webjar" button.

Let me know if that helps.

@pocorall
Copy link
Author

pocorall commented May 4, 2021

Wow, I didn't noticed that every version of npm is already distributed from the maven repo. I just searched webjars.org and thought that it is not updating. Thank you @jamesward, you helped me a lot!

@pocorall
Copy link
Author

pocorall commented Jun 4, 2021

At the first time, I didn't noticed there is a two different npm webjars:

https://search.maven.org/artifact/org.webjars.npm/npm
https://search.maven.org/artifact/org.webjars/npm

What is the difference? Sorry for my insufficient knowledge about webjars. What I ultimately want to do is bump up the dependency of npm in the project: https://github.com/typesafehub/npm , which currently depends on "org.webjars" % "npm" % "5.0.0-2"

https://github.com/typesafehub/npm/blob/master/build.sbt#L15

@jamesward
Copy link
Member

The one with the package org.webjars.npm is the NPM WebJar are the one you should use. The one with the package org.webjars is the classic WebJar based on: https://github.com/webjars/npm

If you need new versions of the NPM WebJar, go to https://webjars.org and click the "add a webjar" button.

Hopefully that helps.

@jamesward jamesward transferred this issue from webjars/npm Jun 4, 2021
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

2 participants