A complete log of this run can be found in: /opt/render/.cache/_logs/2023-07-17T06_51_08_090Z-debug.log . How do I access this log so I can see the problem in detail? Am I supposed to CD into this link or do I try to access this link via the browser? (Neither of them seemed to work)
My guess is this is failing due to Build Command not being set correctly or npm install not executing correctly . My current Build Command is npm run build and start command is npm start. Not sure if it helps but my package.json is as follows :
The issue is the use of attempting to install packages --globally. The system user within containers does not have elevated permissions, sudo will not work, and the user cannot write into system locations. You will be unable to install node_modules globally.