I'm pushing my MEAN stack app to heroku but an error is arising.
I have tried to install node-pre-gyp but the error still there. I really dont know how to fix this.
Remove node_modules folder in your root folder rm -rf node_modules beacuse heroku will install all your dependencies, I hope this will work
rm -rf node_modules
2.1m questions
2.1m answers
60 comments
57.0k users