Installing NPM Packages

If is it just a development dependency, use the –save-dev flag

Caroline@CAROL-HP ~/projects/jmj-dev-server (master)
$ npm install parcel-bundler --save-dev

If it is a run dependency, no flag is needed

Cookies in Chrome

This is useful during development to effectively logout a user by deleting the jwt cookie. No cookie, no access (if the page requires authorization).