I have set up my Loopback project and installed other packages required to run my project. Whenever I tried to run the application with the command within the folder
node .
it is raising following error:
test_app/node_modules/strong-remoting/lib/shared-method.js:157
if (/^prototype\./.test(name)) {
^
RangeError: Maximum call stack size exceeded
I am literally unknown about this error. Can you please suggest any solution?
node .
it is giving this error. – Sy