Development

Mysql – Joins

Create a temporary table “yjiyymuy” is the name of the temp table How “FROM” and joins are connected When writing “FROM”, joins pertaining to a table need to be written immediately after the table is writen this is correct this is’nt LEFT OUTER JOIN if you have a situation where[…]

Read More »

node: command not found

I ran into a issue where “npm i” was never working. I continued to get this error. So i started moving this npm folder to different areas. I moved it to /tmp/hey and executed npm i and it worked. then i put the folder in /var/www/html/npm and it worked. Then[…]

Read More »