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.

Color Interpolation test fails (on node v12.0.0+ on and Intel Based mac)

See original GitHub issue
    ✖ should be equivalent
    -----------------------
      operator: deepEqual
      expected: |-
        { mode: 'rgb', r: 0.25808621995139014, g: 0.37241162292636104, b: 0 }
      actual: |-
        { mode: 'rgb', r: 0.25808621995139025, g: 0.372411622926361, b: 0 }
      at: Test.<anonymous> (/Users/neodai/Sites/culori/test/interpolate.test.js:203:4)
      stack: |-

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
meodaicommented, Oct 7, 2021

@danburzo I’ve done some testing 😄 So.

node v9.4.0 => npm run test => pass
node v10.19.0 => npm run test => pass
node v11.0.0 => npm run test => pass
node v12.0.0 => npm run test => color interpolation hints fails
node v13.0.0 => npm run test => color interpolation hints fails 
node v14.5.0 => npm run test => color interpolation hints fails 

I did not continue at this point but I am currently on v16.10.0. I am using n as a node version manager. But I have an Intel Mac.

0reactions
danburzocommented, Oct 7, 2021

Ooh 😅 no worries, glad it’s sorted out!

Read more comments on GitHub >

github_iconTop Results From Across the Web

nvm install node fails to install on macOS Big Sur M1 Chip
I'm trying to install the latest version of node using nvm. I've just got the newly released SIlicon Macbook Pro with the M1...
Read more >
nvm install node fails to install on macOS Big Sur M1 Chip
Restart the terminal and check if nvm is installed successfully by running nvm -v. Then install Node with nvm as usual nvm install...
Read more >
Xcode 13 Release Notes | Apple Developer Documentation
Fixed an issue that required you to manually build in order to see source file changes from other modules reflected in the current...
Read more >
Nvm - Node Version Manager - POSIX-compliant bash script ...
Simple as that! About. nvm is a version manager for node.js, designed to be installed per-user, and invoked per-shell. nvm works on any...
Read more >
SMS User Manual (v12.1) - Aquaveo
Much of the SMS functionality is divided into Modules based upon the type of data (grids, meshes, GIS, etc). SMS also contains features...
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