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.

Outdated npm version

See original GitHub issue

I get: argument $saturation of hsl($hue, $saturation, $lightness) must be between 0 and 100

Backtrace: node_modules/awesomplete/awesomplete.css:91, in function hsl

And here’s what line 91 looks like:

background: hsl(68, 101%, 41%);

Would be lovely if this could be fixed so that we can keep awesomplete as a node module.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
LeaVeroucommented, Mar 16, 2016

Eh, whatever. Since we have a new version, it doesn’t matter anymore. v1.1 published!

1reaction
LeaVeroucommented, Mar 15, 2016

The guy who published it on npm is @bequadrat. @bequadrat, could you please transfer the npm package to me? Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm-outdated
This command will check the registry to see if any (or, specific) installed packages are currently outdated. By default, only the direct dependencies...
Read more >
Using npm update and npm outdated to update dependencies
Updating a version that is beyond the semantic versioning range requires two parts. First, you ask npm to list which packages have newer...
Read more >
Run npm outdated to check old packages - DEV Community ‍ ‍
Here is the tip: run npm outdated from the terminal in your project folder to see if the installed packages are outdated. npm...
Read more >
4 safe steps to update NPM packages [Cheat Sheet]
npm outdated will report any out-of-date packages in your project. It shows current, wanted and latest versions compared to versions specified ...
Read more >
npm check and update package if needed - Stack Overflow
'outdated' will check every module defined in package.json and see if there is a newer version in the NPM registry. For example, say...
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