“code .” is not working in on the command line for Visual Studio Code on OS X/Mac

The command code . doesn’t work in this manual. All the other steps before that worked. How can I call the Visual Studio Code in an OS X terminal? pwd /Users/mona/nodejs/myExpressApp code . -bash: code: command not found I ended up opening it from within Visual Code Studio by changing the workspace, but why won’t that … Read more

xcode-select active developer directory error

Saw the following error when running an npm install which required node-gyp… but could be triggered by anything which requires xcode-select. xcode-select: error: tool ‘xcodebuild’ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a command line tools instance What is the problem? 26 s 26 This problem happens when xcode-select developer directory was pointing to … Read more

How do I update the password for Git?

I’m using BitBucket with Xcode and Git for version control, and recently I changed all of my passwords (thanks Adobe!). Unsurprisingly, I’m no longer able to push my local commits to my repository on BitBucket (Authentication failed for ‘https://______.git’), but I’m forgetting how to update the cached password on my iMac. Somehow I’ve been unable … Read more