I am using a Direct Web Remoting (DWR) JavaScript library file and am getting an error only in Safari (desktop and iPad)
It says
Maximum call
I am using React-Native 0.61.5 along with (npm 6.9.0 & node 10.16.1)
While I am install any new libraries in Project I got an of
(e.g. npm install @react-navigation/native --save)
Maximum call stack size exceeded error
for that, I try
sudo npm cache clean --force
(Note:- Below command usually take time 1 to 2 minutes depending on your npm cache size)