Nodemon Giving Trouble - nodemon

my nodemon is not able to save changes that I make to my server code and it breaks whenever I save any changes. can you help me out? I'm attaching some screenshots to better explain the problem

Related

Can't change Max Send and receive size in Microsoft 365?

I am running a number of hosted exchange to M365 migrations at the moment. As a part of this process, I need to update the max send and receive size in Microsoft 365s Exchange Center.
Normally this is simple, you can access the settings and change it without issue. However, I have a tenant where the options to do this are greyed out and can't be changed. I have tried with powershell using the exchange online management shell also but get the error:
Set-Mailbox : A parameter cannot be found that matches parameter name 'MaxSendSize'.
The command runs fine on other tenancies without issue.
Note I am also a global admin for all the tenancies too. I figure there has to be a setting or config item somewhere stopping me from doing this but I can't for the life of me figure it out. Has anyone run into this kind of thing before? Any ideas on resolving it?

How do I work around this error when trying to push code to an AWS CodeCommitt repository?

I receive the error: Updates were rejected because the tip of your current branch is behind its remote counterpart. Integrate the remote changes before pushing again.
I am new to this whole process and I'm unsure of what I have to do to push code to the repository. Thank you for any help you can provide.
Pull the changes and try again. Because new changes have been already made by someone in the repo.
use this link for more information fix-git-failed-to-push-updates-were-rejected
I had to create a branch and then push to that branch instead of the master. Thank you all for your suggestions.

Django/Heroku After pushing a new version certain templates do not update

I have made some changes to a Django template, saved them, committed them to git, pushed to GitHub and then deployed this new version to Heroku.
The build succeeds and I can view the template but the change is not there.
I checked the GitHub repo, the change is there. When I check the activity feed on Heroku I can see the change when I click the Compare diff link.
When I make changes to other areas of the project, views etc there's no problem, I have updated other templates without issue but can not get the new CSS into the deployed version.
Inspecting the code of the deployed version shows the old CSS not the new so it isn't just an issue with my stylesheet, inheritance or so on.
I've run out of ideas, any suggestions of how I can resolve this?
I have found an answer, it seems a little like using a sledge hammer to crack a nut but ...
Anyway I deleted the templates directory, went through a cycle of commit, push deploy. Reinstated the templates directory redid the commit, push, deploy cycle and for whatever reason the CSS is now being picked up and displayed as expected.
I still have no idea what the original problem was, why it happened or how probable it is I will have the same sort of issues again so any suggestions, explanations and clarifications would still be much appreciated.

Images wont load on git hub pages despite working locally on my live server. I have checked paths and Capitilisation

https://github.com/Roakz/portfolio-website
Hey guys. first time asker long timer reader. After completing my portfolio website for assessment and trying to host it for free on git hub. It is not displaying the images. They were visible in the live server no worries at all. Any help would be much appreciated the repo is above. cheers !! I have checked capitilisation and paths and cant seem to nail it on the head. Cheers.
Problem solved guys ! It was a file path error. For some reason Vs code and live server were loading them fine which is why I didn’t pick up on the error 🤦‍♂️ a simple ../ is all that was needed .

JavaScript Bundle getting build every time it finish building. Expo XDE

Hope you guys can help me with this weird issue I'm facing.
The app bundle is getting build everything time it finishes building. So its like once it gets to 100% it starts all over again. One thing I made to kind of solve it, is to enable the "Remote debugging" option on the expo App. But that will only work for a minute and will start the loop of building the bundle again.
I have also reinstalled the node_modules & cleaned expo cache but nothing seems to be working.
Ok, I found it. It was because of iCloud Drive on MAC. For some reason that I don't understand (since it did not happen before under the same conditions) the refresh of the files is forced.
So move your app folder to another place that is not on iCloud Drive and it will work.
Hope this will help.
It was Dropbox sync causing my issue.
Most of the time you shouldn’t need to rebuild your APK on every change, you should only need to run exp publish to see your updated app show up in your existing APK. If you change anything in app.json you’ll need to run the build again, but if you aren’t touching app.json then you should be mostly fine to just publish and not run a standalone build.