When I write code in JavaScript file and run that code it open in terminal but when I do some changes in my code and again i run that changed code but now the terminal is not updating with that changed cade?. Plz solve my problem
when I do some changes in my code and again i run that changed code but now the terminal is not updating with that changed cade?. Plz solve my problem
2
Answers
i might be due to your terminal cache, first close and then reopen it and clear cache the terminal for example if you are using Bash the code to clear is history – c.
or you can set up watches to your javascript files by adding the webopack:module.exports = {
//…
watch: true,
watchOptions: {
ignored: /node_modules/,
poll: 1000, // Check for changes every second
},
};
I can not update my chrome on my Pixel phone