CD Changed Directory CD(Changed Directory) – To change into another directory, and make it our working directory, we would use the command To change into the root directory, make it your working directory, use : (“.”) is represented by current…
Month: May 2022
Response to preflight request doesn’t pass access control check: It does not have HTTP ok status.
I understand this is a very common error of CORS which whenever using any API, this error comes. I too struggled a lot in my early days with this error, I have seen many solutions on the internet, no one…
Run React project in a remote server and its configuration changes (CENTOS)
First, you need to update your server for centos: yum update for ubuntu: apt get update Next step you need to install an updated node module(higher than 10) For my case, I have installed a node version with 14 run…