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
Describe the bug
The required node version is not mentioned in the documentation, while going through the installation process one might install the latest instead of node 16 (which i believe is the required version?).
To Reproduce
Steps to reproduce the behavior:
1.Follow the project setup instructions outlined in the documentation.
2.Attempt to install node packages with npm install
Expected behavior
The packages should be installed successfully after running npm install
Actual behavior
Packages are not installed due to mismatch in node version
Screenshots
Additional details
had to figure this out myself by going into slack where another faced a similar issue
The text was updated successfully, but these errors were encountered:
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues.
Describe the bug
The required node version is not mentioned in the documentation, while going through the installation process one might install the latest instead of node 16 (which i believe is the required version?).
To Reproduce
Steps to reproduce the behavior:
1.Follow the project setup instructions outlined in the documentation.
2.Attempt to install node packages with
npm install
Expected behavior
The packages should be installed successfully after running
npm install
Actual behavior
Packages are not installed due to mismatch in node version
Screenshots
Additional details
had to figure this out myself by going into slack where another faced a similar issue
The text was updated successfully, but these errors were encountered: