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?"Category: webdevdaniel
webdevdaniel.com
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"
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"
npm WARN angular-in-memory-web-api@0.6.0 requires a peer of @angular/common@^6.0.0-rc.0 but none is installed. You must install peer dependencies yourself. npm WARN angular-in-memory-web-api@0.6.0 requires a peer of @angular/core@^6.0.0-rc.0 but none is installed. You must install peer dependencies yourself. npm WARN angular-in-memory-web-api@0.6.0 requires a peer of @angular/http@^6.0.0-rc.0 but none is installed. You must install peer dependencies yourself. npm WARN angular-in-memory-web-api@0.6.0 requires a peer of rxjs@^6.0.0-beta.1 but none is installed. You must install peer dependencies yourself. npm WARN angular2-jwt@0.2.3…
"updating hoek"
type nul >> type nul >> filename This should work too: C:\copy con yourfile.txt [enter]
"Instead of touch for Windows"
[4/4] Building fresh packages… success Saved lockfile. warning Your current version of Yarn is out of date. The latest version is “1.6.0”, while you’re on “1.5.1”. info To upgrade, run the following command: $ curl -o- -L https://yarnpkg.com/install.sh | bash $ typings install for Windows, try: npm upgrade –global yarn yarn@1.6.0 updated 1 package in 2.108s yarn -v 1.6.0 typings install ? https://www.npmjs.com/package/typings This package has been deprecated Author message: Typings is deprecated in favor…
"Update Yarn"