Trying to deploy a node.js project on microsoft azure from my git repository, however after taking around an hour to build I get this error message during the deployment phase, any ideas what could be causing this?
got a feeling it could be to do with the "npm install" command being ran on startup, having all those modules being installed at once probably makes it hit the file size limit of something. If this is the case tho, any advice on how to shrink my project size?
Git project: https://github.com/JonathanAdamsONE/onedeployment