Category: Technical
-
How to setup NodeJS, Cocoapods on Big Sur and M1
The general idea is to avoid SUDO as much as possible. Use NVM for node version management. Use rbenv for Ruby management. ZSH being the default shell. Update: COCOAPODS have issues with M1 and the simplest way to solve this is by opening your terminal in Rosetta mode. This will mean running Homebrew, Cocoapods,Node etc. in…