Cheat Sheets

npx

Created: 2019 October 7th

Updated: 2019 October 7th

npx, one off command

No need to install create react app if you don’t want to

## create react app

GNU Bash icon
npx create-react-app my-new-app

Will use latest create react app to make your new app

update all project dependencies

Update dependencies with npm-check

GNU Bash icon
npx npm-check -u

browsers list

GNU Bash icon
npx browserslist "last 2 versions, not dead, not < 2%"

delete node_modules folders system wide

GNU Bash icon
npx npkill