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"Category: errors
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"
problem: Error: Permission denied (publickey) try: git config –global user.email try: > git config –global user.name webdevdaniel > ssh -T git@github.com Permission denied (publickey). help: https://help.github.com/articles/error-permission-denied-publickey/ related: $ eval “$(ssh-agent -s)” Agent pid 91130 ~/GitHub/Trump (Daniel) $ eval $(ssh-agent -s) Agent pid 93421 $ ssh-add -l The agent has no identities. ~/GitHub/Trump (Daniel) $ ssh-add -l -E md5 The agent has no identities. most helpful: https://gist.github.com/adamjohnson/5682757 Next: https://pages.github.com/
"Error: Permission denied (publickey)"
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"
tlsv1 alert protocol version Very Strange! Full error: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version Any Ideas? I’ll circle back to this!
"tlsv1 alert protocol version"
npm ERR! cb() never called! npm ERR! This is an error with npm itself. Please report this error at: npm ERR! npm ERR! A complete log of this run can be found in: npm ERR! N:\Users\~\npm-cache\_logs\2018-04-19T18_20_36_274Z-debug.log
"This is an error with npm itself"
@angular/compiler-cli@5.2.9″ has incorrect peer dependency “typescript@>=2.4.2 @angular/compiler-cli@5.2.9″ has incorrect peer dependency “typescript@>=2.4.2 tsickle@0.27.5″ has incorrect peer dependency “typescript@>=2.4.2 karma-jasmine-html-reporter@1.0.0″ has unmet peer dependency “jasmine@^3.0.0”. yarn add -D karma-jasmine
"fix dependencies"
choco install yarn Chocolatey v0.10.8 Installing the following packages: yarn By installing you accept licenses for the packages. nodejs.install v9.11.1 [Approved] nodejs.install package files install completed. Performing other installation steps. The package nodejs.install wants to run ‘chocolateyInstall.ps1’. Note: If you don’t run this script, the installation will fail. Note: To confirm automatically next time, use ‘-y’ or consider: choco feature enable -n allowGlobalConfirmation Do you want to run the script?([Y]es/[N]o/[P]rint): Timeout or your choice of…
"choco messed up my node"
2018-04-07T10:25:33.120-0700 I CONTROL [initandlisten] MongoDB starting : pid=7484 port=27017 dbpath=C:\mongo\data\ 64-bit host=OFFICE-JC10394862 2018-04-07T10:25:33.142-0700 I CONTROL [initandlisten] targetMinOS: ******* 2018-04-07T10:25:33.143-0700 I CONTROL [initandlisten] db version v4.6.0 2018-04-07T10:25:33.143-0700 I CONTROL [initandlisten] git version: ******* 2018-04-07T10:25:33.143-0700 I CONTROL [initandlisten] OpenSSL version: OpenSSL ******* 2018-04-07T10:25:33.143-0700 I CONTROL [initandlisten] allocator: ******* 2018-04-07T10:25:33.143-0700 I CONTROL [initandlisten] modules: none 2018-04-07T10:25:33.143-0700 I CONTROL [initandlisten] build environment: 2018-04-07T10:25:33.143-0700 I CONTROL [initandlisten] distmod: 2028plus-ssl 2018-04-07T10:25:33.143-0700 I CONTROL [initandlisten] distarch: x86_128 2018-04-07T10:25:33.143-0700 I CONTROL [initandlisten] target_arch:…
"Find the Errors"