You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Clean yarn cache using yarn cache clean.
Remove node_modules and yarn.lock with rm -rf node_modules and rm yarn.lock.
Reinstall dependencies using yarn install.
Check for warnings or errors during installation.
Verify the specified version (1.32.0) in package.json and yarn.lock.
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.]
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!
The text was updated successfully, but these errors were encountered:
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:
yarn cache clean
.rm -rf node_modules
andrm yarn.lock
.yarn install
.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:
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.]
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!
The text was updated successfully, but these errors were encountered: