An online markdown blog and knowledge repository.
The claim is instaling Brew makes installation of other packages easier.
Ran into issues with ZSH, NodeJS, NPM, and ESLint.
It is wholly possible that there was a bit of a cascading effect (one failure let to others in non-obivous ways).
I managed to work-around all issues by following these strategies:
I also took it upon myself to skip using Brew altogether after it couldn't install NPM properly:
npm install -g npm
.curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
.Installing MongoDB is fairly straightforward, following the MSFT WSL Documentation.
Remember: When asked to auto start MongoD using systemctl, instead do this: sudo /etc/init.d/*
Example: When asked to do sudo systemctl status docker
...instead do /etc/init.d/docket status
or sudo service docker status
Follow the MSFT WSL documents on installing and configurating MongoDB, then:
mongo --eval 'db.runCommand({ connectionStatus: 1})'
Look for the Azure CosmosDB extension.
mongo
See the instructions in the class repo for specifics.
Overview:
npm test
to see test results for all tests in the designated code file.When creating React applications, eslint is already included, so if you've created one already, rm it.
Note: Yes, I know this is documented elsewhere for the CF classes, but the inner workings are buried in a script and I just wanted to know what was going on.
GitHub authentication no longer supports https fetch/push operations using un+pw authentication.
Appropriate solution is to install GH Credential Manager.
See these steps here
Note! The link above contains an experimental script. Be certain that is what you want to use rather than the Ubuntu/Debian distribution instructions!!
Go back to Readme.md