Categories
Git

initial post for using main

echo "# udacity-controlled2" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/mclark610/udacity-controlled2.git
git push -u origin main
Categories
Node

update packages in package.json

Check for newer packages and update package.json

npx npm-check-updates -u
npm install

— or —

install npm-check-updates globally