mrwrighty

Results 47 comments of mrwrighty

OK no problem, thanks for the feedback

Agreed, you do not need an internet connection for local builds.

I'm having the same issue where a summary sheet takes cell values from another sheet. I then have to SUMIFS the values depending on the text in column A. SUMIFS...

Hi thanks for the response. npm list -g returns ``` /Users/me/.nvm/versions/node/v24.10.0/lib ├── [email protected] ├── [email protected] └── [email protected] ``` My .zshrc file has this for homebrew /opt/homebrew/bin:/opt/homebrew/sbin in that order, what...

My .zshrc file contains the following nvm entries, homebrew/opt/nvm `export NVM_DIR="$HOME/.nvm" [ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh" # This loads nvm [ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" #...

OK, I've left as is at the moment, strange how Nativescript still refers to using Homebrew for installing nvm. At the moment I have just updated the symbolic link in...