Hello,
All of the installation steps have worked for me besides the last one:
~/.dotfiles/bin/install_dotfiles
I get the following errors:
~ $ ~/.dotfiles/bin/install_dotfiles
(erb):32: command not found: npm get prefix
/Users/mrbrinkman/.dotfiles/bin/.install_dotfiles.rb:74:in `compile_diff': undefined method `write' for File:Class (NoMethodError)
from /Users/mrbrinkman/.dotfiles/bin/.install_dotfiles.rb:47:in `diff'
from /Users/mrbrinkman/.dotfiles/bin/.install_dotfiles.rb:51:in `changed?'
from /Users/mrbrinkman/.dotfiles/bin/.install_dotfiles.rb:1:in `to_proc'
from /Users/mrbrinkman/.dotfiles/bin/.install_dotfiles.rb:121:in `select'
from /Users/mrbrinkman/.dotfiles/bin/.install_dotfiles.rb:121:in `main'
from /Users/mrbrinkman/.dotfiles/bin/.install_dotfiles.rb:161
Iâve read through some other posts on dotfile errors, but havenât come across any related to undefined methods. Sorry if this has been resolved and I missed it, any help is appreciated!