Did you try one of the following work arounds?
npm cache clean --force
npm rebuild -g
rm -rf node_modules && npm install
I've been trying to install npm on laravel but it keeps giving "Maximum call stack size exceeded". So i decided to install the modules individually and it all worked except for the Laravel-Mix. I've tried updating NPM , force clear cache ,delete package-log.json,reinstall nodejs but it still keeps giving:
"Maximum call stack size exceeded"
package.json
"axios": "^0.18",
"bootstrap": "^4.0.0",
"cross-env": "^5.1",
"jquery": "^3.2",
"laravel-mix": "^4.0.7",
"lodash": "^4.17.5",
"popper.js": "^1.12",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"vue": "^2.5.17"
npm ERR! Maximum call stack size exceeded
How can I fix this problem?
Please or to participate in this conversation.