I have taken all the necessary steps to troubleshoot this issue. I have checked my npm version and set it as the latest 7.21.1. This site uses 7.21.0. I am able to run npm run build locally and the react-based node site builds with no issues. All npm packages get installed successfully locally. I am not sure what to look at that would be causing this issue. Any guidance would be greatly appreciated.
I have looked over the package Json file. I have made sure I only have one lock file. I have also tested deploying in Heroku and a simular result happens being stuck on the npm packages.
Thanks for that documentation. I have taken all the necessary steps to troubleshoot this minus downloading the Docker environment to match what Netlify is doing locally. I understand it is timing out, however, I don’t understand why it is timing out. I understand the limitation of 1 gb, what I don’t understand is why I am reaching those limitations. This is a small node project with very few components and dependencies.
I am going to provide some more screenshots and any other pointers would be greatly appreciated.
This shows the corrected variables and version control.
While it won’t break the building of your project, the homepage set in the package.json will make the site fail when published as you may note from the last screenshot which says
The project was built assuming it is hosted at /bholsinger09/Hookahhouse/
which is not the case if you are hosting it on Netlify.
I can see nothing obvious that may cause the build to timeout. If you can share your git repository, I can test and share my findings.
Thanks and yes you make a good point about the homepage. I will fix that. Here is my git repository : GitHub - bholsinger09/Hookahhouse. Let me know what you might find. Thanks a lot.