Where’s Close Other Tabs?
All the rage… re: Where’s my “Close Other Tabs”?? Check out: 1. Where’s Close Other Tabs? – Google Chrome Help – Google Support https://support.google.com/chrome/thread/17617890?hl=en & 2. Chrome keyboard shortcut to “close other tabs”? https://superuser.com/questions/298576/chrome-keyboard-shortcut-to-close-other-tabs
roots-cleanup php errors
error in your roots-cleanup.php? take a look at your class roots_nav_walker extends Walker_Nav_Menu … does it look like this? { function start_el(&$output, $item, $depth, $args) … add / replace: $depth = 0, $args = array(), $id = 0 result: class roots_nav_walker extends Walker_Nav_Menu { function start_el(&$output, $item,$depth = 0, $args = array(), $id = 0)
json-server
json-server ‘json-server’ is not recognized as an internal or external command, operable program or batch file. json-server : The term ‘json-server’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + json-server –watch src/data/db.json –port 4906030 + ~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (json-server:String) [], CommandNotFoundException…
Angular CLI configuration format has changed
The Angular CLI configuration format has been changed, and your existing configuration can be updated automatically by running the following command: ng update @angular/cli –migrate-only –from=1 $> ng update @angular/cli –migrate-only –from=1 Your global Angular CLI version (6.0.1) is greater than your local version (6.0.0-rc.5). The local Angular CLI version is used. To disable this warning use “ng config -g cli.warnings.versionMismatch false”. Updating karma configuration Updating configuration Removing old config file (.angular-cli.json) Writing config file…
NG6 New Portal
CREATE portal/angular.json (3404 bytes) CREATE portal/package.json (1310 bytes) CREATE portal/README.md (1023 bytes) CREATE portal/tsconfig.json (384 bytes) CREATE portal/tslint.json (2805 bytes) CREATE portal/.editorconfig (245 bytes) CREATE portal/.gitignore (503 bytes) CREATE portal/src/environments/environment.prod.ts (51 bytes) CREATE portal/src/environments/environment.ts (631 bytes) CREATE portal/src/favicon.ico (5430 bytes) CREATE portal/src/index.html (293 bytes) CREATE portal/src/main.ts (370 bytes) CREATE portal/src/polyfills.ts (3194 bytes) CREATE portal/src/test.ts (642 bytes) CREATE portal/src/assets/.gitkeep (0 bytes) CREATE portal/src/styles.css (80 bytes) CREATE portal/src/browserslist (375 bytes) CREATE portal/src/karma.conf.js (964 bytes) CREATE portal/src/tsconfig.app.json (194…