react-rainbow icon indicating copy to clipboard operation
react-rainbow copied to clipboard

Components Mismatch in Node Modules

Open oussamakh96 opened this issue 1 year ago • 0 comments

Issue Summary: I have encountered an issue with the installation of React Rainbow Components in my React JS project. Despite specifying version 1.32.0 in both the package.json and yarn.lock files, the components within the node_modules directory do not align with the specified version.

Steps to Reproduce:

  1. Clean yarn cache using yarn cache clean.
  2. Remove node_modules and yarn.lock with rm -rf node_modules and rm yarn.lock.
  3. Reinstall dependencies using yarn install.
  4. Check for warnings or errors during installation.
  5. Verify the specified version (1.32.0) in package.json and yarn.lock.
  6. Ensure that the components in node_modules match the specified version.

Expected Behavior: I expect that after installing React Rainbow Components with yarn, the components within the node_modules directory should match the specified version in package.json and yarn.lock.

Actual Behavior: Despite correct version specifications, the components in node_modules do not align with the specified version, causing unexpected behavior in my React project.

Environment:

  • React version: 17.0.2
  • Node version: 16.14.2
  • Yarn version: 1.22.21
  • Operating System: WINDOWS 11

Additional Information: [Include any additional details, warnings, or error messages you encountered during the installation process. Be as detailed as possible to help diagnose the issue.]

image image image image

Note: I have followed the recommended troubleshooting steps, including cleaning the yarn cache, removing node_modules and yarn.lock, and reinstalling dependencies. The issue persists, and I believe it is a bug that needs to be addressed.

Thank you for your assistance!

oussamakh96 avatar Dec 14 '23 09:12 oussamakh96