I need advice to debug deploy Netlify App
The npm install shows “npm ERR! Maximum call stack size exceeded”
package.json is as follows:
I need advice to debug deploy Netlify App
The npm install shows “npm ERR! Maximum call stack size exceeded”
package.json is as follows:
Hi @barnaclenshade,
Try removing package-lock.json
from your repo to see if it helps.