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

Missing npm package #2

Open
andersonlins opened this issue Mar 29, 2021 · 2 comments
Open

Missing npm package #2

andersonlins opened this issue Mar 29, 2021 · 2 comments

Comments

@andersonlins
Copy link

Hi. I'll try this package to solve a problem in IE, could you verify?

@yellooo
Copy link

yellooo commented Apr 23, 2021

Hi same issue for me the package is not publish.

npm install @jjppof/[email protected]
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@jjppof%2fchartjs-plugin-zoom-pan-select - Not found
npm ERR! 404
npm ERR! 404 '@jjppof/[email protected]' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

@yellooo
Copy link

yellooo commented Apr 28, 2021

I resolved my problem with this updated code in my package.json

"dependencies": {
    ...,
   "@jjppof/chartjs-plugin-zoom-pan-select": "git+https://github.com/jjppof/chartjs-plugin-zoom-pan-select.git",
}

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