Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Components Mismatch in Node Modules #2633

Open
oussamakh96 opened this issue Dec 14, 2023 · 0 comments
Open

Components Mismatch in Node Modules #2633

oussamakh96 opened this issue Dec 14, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@oussamakh96
Copy link

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 oussamakh96 added the bug Something isn't working label Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant