lokesh / color-thief

Grab the color palette from an image using just Javascript. Works in the browser and in Node.
https://lokeshdhakar.com/projects/color-thief/
MIT License
12.34k stars 1.31k forks source link

Unable to install dependency. #208

Closed noudadrichem closed 3 years ago

noudadrichem commented 3 years ago

I'm using this package for a while now and suddenly my CI crashed on the install of colorthief. When I try to reproduce on my main machine I have the same issue.

The error:

npm ERR! Could not install from "node_modules/colorthief/quantize@github:lokesh/quantize" 
as it does not contain a package.json file.

When I go the the quantize package it exists.. Anyone had the same issue?

I'm using node v14.16.0

noudadrichem commented 3 years ago

This had to do with the package lock being invalid for some reason...