7:00 – ASRC MKT/BD
- That Politico article on “news deserts” doesn’t really show what it claims to show
- Its heart is in the right place, and the decline of local news really is a big threat to democratic governance.
- Firing up the JuryRoom effort again
- Unsurprisingly, there are updates
- And a lot of fixing plugins. Big update
- Ok, back to having PHP and MySQL working. Need to see how to integrate it with the Angular CLI
- Updated CLI as per stackoverflow
-
In order to update the angular-cli package installed globally in your system, you need to run:
npm uninstall -g angular-cli npm cache clean npm install -g @angular/cli@latest
Depending on your system, you may need to prefix the above commands with
sudo
.Also, most likely you want to also update your local project version, because inside your project directory it will be selected with higher priority than the global one:
rm -rf node_modules npm uninstall --save-dev angular-cli npm install --save-dev @angular/cli@latest npm install
thanks grizzm0 for pointing this out on GitHub.
- Updated my work environment too. Some PHP issues, and the Angular CLI wouldn’t update until I turned on the VPN. Duh.
-
- Angular 4 + PHP: Setting Up Angular And Bootstrap – Part 2
- Updated CLI as per stackoverflow
- Back to proposal writing