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
"Where’s Close Other Tabs?"Author: webDevDaniel
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)
"roots-cleanup php errors"
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…
"json-server"
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…
"Angular CLI configuration format has changed"
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…
"NG6 New Portal"
success Saved lockfile. success Saved 176 new dependencies. info Direct dependencies ├─ @angular/cli@6.0.1 └─ global@4.3.2 info All dependencies ├─ @angular-devkit/architect@0.6.1 ├─ @angular/cli@6.0.1 ├─ @schematics/angular@0.6.1 ├─ @schematics/update@0.6.1 ├─ ajv@6.4.0 ├─ ansi-regex@2.1.1 ├─ anymatch@2.0.0 ├─ aproba@1.2.0 ├─ are-we-there-yet@1.1.4 ├─ arr-flatten@1.1.0 ├─ asn1@0.2.3 ├─ assign-symbols@1.0.0 ├─ async-each@1.0.1 ├─ asynckit@0.4.0 ├─ atob@2.1.1 ├─ aws-sign2@0.7.0 ├─ aws4@1.7.0 ├─ balanced-match@1.0.0 ├─ base@0.11.2 ├─ bcrypt-pbkdf@1.0.1 ├─ binary-extensions@1.11.0 ├─ boom@4.3.1 ├─ brace-expansion@1.1.11 ├─ braces@2.3.2 ├─ buffer-from@1.0.0 ├─ builtin-modules@1.1.1 ├─ builtins@1.0.3 ├─ cache-base@1.0.1 ├─…
"Setup new NG 6 via @angular/cli@6.0.1"
+ typescript@2.6.2 added 220 packages from 195 contributors, removed 776 packages and updated 793 packages in 792.765s [!] 160 vulnerabilities found [17483 packages audited] Severity: 76 Low | 57 Moderate | 27 High Run `npm audit` for more detail
"Downgrading TypeScript"
+ @angular/cli@6.0.1 added 343 packages from 127 contributors, removed 639 packages and updated 893 packages in 1112.867s [!] 160 vulnerabilities found [28276 packages audited] Severity: 76 Low | 57 Moderate | 27 High Run `npm audit` for more detail
"Trying to upgrade to NG 6"
Error when: git pull Error Message: fatal: refusing to merge unrelated histories Solution : git pull origin master –allow-unrelated-histories
"GIT refusing to merge unrelated histories"
Problem: angular-gh-pages bash: /dev/tty: No such device or address Help for git remote remove: https://help.github.com/articles/changing-a-remote-s-url/ fatal: could not read Username for ‘https://github.com’: Invalid argument #71 For me the solution to this was updating the remote URL to: git remote set-url origin https://:@github.com//.git
"angular-gh-pages bash: /dev/tty: No such device or address"