-
-
Notifications
You must be signed in to change notification settings - Fork 757
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
App must run without using npm install --legacy-peer-deps
#1246
Comments
npm install --legacy-peer-deps
npm install --legacy-peer-deps
I would like to work on this issue. |
Hey I'd like to work on this issue too |
Hey @palisadoes, I have fixed the issue by uninstalling the package |
Yes. There should be no warnings. We should not be using deprecated or outdated packages. Open a PR when done |
Also, determine the latest version of node that the app will work with and add it to the INSTALLATION.md file under the node installation section. We need to state what our recommended version of node should be |
Got it |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Is your feature request related to a problem? Please describe.
--legacy-peer-deps
Describe the solution you'd like
--legacy-peer-deps
qualifier when runningnpm install
npm install
npm install
must not redirect tonpm install --legacy-peer-deps
in any hidden way.npm install --legacy-peer-deps
must not be invoked in any way behind the scenes to install the latest required packagesDescribe alternatives you've considered
Approach to be followed (optional)
Additional context
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship PalisadoesFoundation/talawa#359
The text was updated successfully, but these errors were encountered: