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 error: npm sill pacote range manifest for chartjs-plugin-datalabels

See original GitHub issue

I’m getting the following messaged when doing npm install:

> 2017-12-07T13:59:43.6102420Z npm http fetch GET 200 https://registry.npmjs.org/chartjs-plugin-datalabels 125ms
> 2017-12-07T13:59:43.6102420Z npm sill pacote range manifest for chartjs-plugin-datalabels@^0.1.0 fetched in 157ms

dependencies:

{
  "axios": "^0.17.1",
  "bulma": "^0.6.1",
  "moment": "^2.19.2",
  "vue": "^2.5.4",
  "vue-router": "^3.0.1",
  "chart.js": "^2.7.1",
  "chartjs-plugin-datalabels": "^0.1.0"
}

Any idea what I may be missing?

Edit(SB): code formatting

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
johnmercedcommented, Dec 7, 2017

I fixed it by cleaning the directory completely before doing all the build process.

Thank you for your help!

0reactions
simonbrunelcommented, Dec 7, 2017

Based on your logs, it looks like it tries to install only this plugin, are other dependencies (chart.js, vue, moment, etc.) already installed? If so, I would try to install your project from scratch with no pre-existing node_modules folder. Then you would know if the issue is specific to that plugin or to all dependencies.

Read more comments on GitHub >

github_iconTop Results From Across the Web

chartjs-plugin-datalabels - npm
Highly customizable Chart.js plugin that displays labels on data for any type of charts. Requires Chart.js 3.x or higher. Documentation.
Read more >
npm install gets stuck at fetchMetadata - node.js - Stack Overflow
For an unknown reason npm fails in a not very clear condition during the connection with the remote server, without any network error...
Read more >
Getting Started - chartjs-plugin-datalabels
Display labels on data for any type of charts.
Read more >
chartjs-plugin-zoom
chartjs -plugin-zoom. A zoom and pan plugin for Chart.js. Currently requires Chart.js >= 2.6.0. Panning can be done via the mouse or with...
Read more >
1. How to add chartjs-plugin-datalabels to Chart.JS - YouTube
1 How to add chartjs plugin datalabels in chart.jsIn this video we will explore how to add the chartjs plugin datalabels in Chart.JS....
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