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

Requesting to update the npm package #2580

Open
mahfuz225bd opened this issue Nov 6, 2024 · 1 comment
Open

Requesting to update the npm package #2580

mahfuz225bd opened this issue Nov 6, 2024 · 1 comment

Comments

@mahfuz225bd
Copy link

I tested with a simple grid example.
Working with direct link, "https://rawgit.com/vitmalina/w2ui/master/dist/w2ui.es6.min.js", but don't working while using by installing this package via npm in a project (like React). I think you should update this:

I saw,
Code version of current package (npm): w2ui 2.0.0 (4/26/2023, 10:40:17 AM)
But the current version is (GitHub): w2ui 2.0.x (nightly) (10/10/2024, 9:19:34 AM)

@dv1x3r
Copy link
Contributor

dv1x3r commented Nov 6, 2024

There is a workaround I use to get any version (based on commit id) directly from the Github repo.

Using npm: npm install vitmalina/w2ui#30be19b
Using bun: bun install vitmalina/w2ui#30be19b

This will include the following dependency to the package.json:

  "dependencies": {
    "w2ui": "vitmalina/w2ui#30be19b"
  }

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