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
When doing a fresh npm install after cloning the project the process highlights some WARNINGS and recommendations that the mainteners of the relay should address in a timely manner. and before this becomes an issue:
Currently there are some messages that should be reviewed and addressed.
Solution
Address the following:
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated testrpc@0.0.1: testrpc has been renamed to ganache-cli, please use this package from now on.
npm WARN deprecated argv@0.0.2: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
Problem
When doing a fresh
npm install
after cloning the project the process highlights someWARNINGS
and recommendations that the mainteners of the relay should address in a timely manner. and before this becomes an issue:Currently there are some messages that should be reviewed and addressed.
Solution
Address the following:
Alternatives
No response
The text was updated successfully, but these errors were encountered: