Skip to content

Instantly share code, notes, and snippets.

View dheerajbhaskar's full-sized avatar

Dheeraj Bhaskar dheerajbhaskar

View GitHub Profile
@dheerajbhaskar
dheerajbhaskar / xampp_php7_xdebug.md
Created February 5, 2022 10:20 — forked from odan/xampp_php7_xdebug.md
Installing Xdebug for XAMPP
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Users\\Dheeraj\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'cypress'
1 verbose cli ]
2 info using npm@6.14.6
3 info using node@v12.18.3
4 verbose npm-session b5eb06177aefc0a4
@dheerajbhaskar
dheerajbhaskar / chocolatey.log
Created July 8, 2020 10:56
Chocolatey failure to install jekyll v4.1.1
2020-07-08 16:18:01,689 44068 [DEBUG] - XmlConfiguration is now operational
2020-07-08 16:18:01,734 44068 [INFO ] - ============================================================
2020-07-08 16:18:01,920 44068 [INFO ] - Chocolatey v0.10.15
2020-07-08 16:18:01,929 44068 [DEBUG] - Chocolatey is running on Windows v 10.0.18363.0
2020-07-08 16:18:01,931 44068 [DEBUG] - Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
2020-07-08 16:18:01,932 44068 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
2020-07-08 16:18:01,941 44068 [DEBUG] - Command line: "C:\ProgramData\chocolatey\choco.exe" install jekyll
2020-07-08 16:18:01,942 44068 [DEBUG] - Received arguments: install jekyll
2020-07-08 16:18:01,993 44068 [DEBUG] - RemovePendingPackagesTask is now ready and waiting for PreRunMessage.
2020-07-08 16:18:02,001 44068 [DEBUG] - Sending message 'PreRunMessage' out if there are subscribers...
@dheerajbhaskar
dheerajbhaskar / 2018-01-21T19_33_58_726Z-debug.log
Created January 21, 2018 19:59
Console output and npm debug log file
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'i',
1 verbose cli 'nodegit' ]
2 info using npm@5.6.0
3 info using node@v9.4.0
4 verbose npm-session 8ac7fdd3cb22fe92
5 silly install loadCurrentTree
6 silly install readLocalPackageData
@dheerajbhaskar
dheerajbhaskar / linkedin auto-inviter
Last active September 25, 2017 00:09 — forked from maksii/linkedin auto-inviter
Script to automatically add connections from "People You May Know" page
var inviter = {} || inviter;
inviter.userList = [];
inviter.className = 'button-secondary-small';
inviter.refresh = function () {
window.scrollTo(0, document.body.scrollHeight);
window.scrollTo(document.body.scrollHeight, 0);
window.scrollTo(0, document.body.scrollHeight);
};
Arguments:
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js global add codeceptjs
PATH:
C:\Program Files\Docker\Docker\Resources\bin;C:\Program Files (x86)\Java\jdk1.8.0_101\bin;C:\Program Files (x86)\Lenovo\FusionEngine;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files (x86)\Calibre2\;C:\Program Files (x86)\Heroku\bin;C:\Program Files (x86)\git\cmd;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Users\Dheeraj\.windows-build-tools\python27;C:\Users\Dheeraj\.windows-build-tools\python27\Scripts\;C:\wamp64\bin\php\php7.0.10;C:\ProgramData\ComposerSetup\bin;C:\HashiCorp\Vagrant\bin;C:\Program Files (x86)\Git\usr\bin;C:\Program Files (x
/**
* Created by Dheeraj on 018 18 10 2016.
*/
// const path = require("path");
// const isCI = require("../lib/ci");
module.exports = {
// - - - - CHIMP - - - -
watch : false,
watchTags : '@watch,@focus',
C:\Users\Dheeraj>ng version
Cannot find module 'enhanced-resolve/lib/getInnerRequest'
Error: Cannot find module 'enhanced-resolve/lib/getInnerRequest'
at Function.Module._resolveFilename (module.js:455:15)
at Function.Module._load (module.js:403:25)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (C:\Users\Dheeraj\AppData\Local\Yarn\config\global\node_modules\@ngtools\webpack\src\paths-plugin.js:6:23)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
@dheerajbhaskar
dheerajbhaskar / console output
Created December 3, 2016 17:28
2016-12-03 yarn bug report
C:\Users\Dheeraj>npm uninstall angular-cli -g
- abbrev@1.0.9 node_modules\angular-cli\node_modules\abbrev
- acorn@3.3.0 node_modules\angular-cli\node_modules\acorn
- adm-zip@0.4.7 node_modules\angular-cli\node_modules\adm-zip
- after@0.8.1 node_modules\angular-cli\node_modules\after
- semver@5.0.3 node_modules\angular-cli\node_modules\agent-base\node_modules\semver
- alphanum-sort@1.0.2 node_modules\angular-cli\node_modules\alphanum-sort
- amdefine@1.0.0 node_modules\angular-cli\node_modules\amdefine
- ansi-escapes@1.4.0 node_modules\angular-cli\node_modules\ansi-escapes
- ansi-regex@2.0.0 node_modules\angular-cli\node_modules\ansi-regex
==> herokuwp: Running provisioner: shell...
herokuwp: Running: C:/Users/Dheeraj/AppData/Local/Temp/vagrant-shell20161201-1744-11iqfeq.sh
==> herokuwp: stdin: is not a tty
==> herokuwp: ###############################
==> herokuwp: ## Provisioning Heroku WP VM ##
==> herokuwp: ###############################
==> herokuwp: Reading package lists...
==> herokuwp: Building dependency tree...
==> herokuwp: Reading state information...
==> herokuwp: The following packages will be REMOVED: