Scripts for testing javascript features and sintax, and apps.
npm outdated
npm install -g npm-check-updates
npx npm-check-updates -u
ng update @angular/core @angular/cli
//Remove node_modules folder and package-lock.json file
npm install
npm audit fix
npm fund
npm uninstall -g dep
npm uninstall --save-dev dep
npm cache clean
npm install dep@latest
npm install --legacy-peer-deps
npm config set legacy-peer-deps true
//Remove node_modules folder and package-lock.json file
npx npm-check-updates -u
npm install
Get-ExecutionPolicy
Set-ExecutionPolicy RemoteSigned
//A
Get-ExecutionPolicy
ng test --code-coverage
ng e2e
ng serve --open
firebase login
ng build --configuration=production
firebase hosting:channel:deploy 1
ng build
firebase deploy
ng build --configuration production
ng run search-for-gif:server
Sabrina B. See my profile here