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 »

find.w cheat sheet

first line replaces a space with “\ “. Then I replace a space with “[[:space:]]”. But then I incorrectly get left with “\[[:space:]]”. To avoid this I leverage the second line. find.w –path $repo_npm –match ‘react-base-webpack”: “^1.0.1’ Using –regex option Ignore file

Read More »