-
Notifications
You must be signed in to change notification settings - Fork 0
/
error-history
56 lines (43 loc) · 1.34 KB
/
error-history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
August 15, 2019
--------------
Environment:
- Macbook Pro 15 Touchbar (Gogo)
Errors:
- Pure-prompt not updating branch name
- happens every once in a while
Google results/suggestions:
- https://github.com/sindresorhus/pure/issues/455#issuecomment-464311788
- temp solution: run `exec zsh`
August 6, 2019
--------------
Environment:
- Macbook Pro 15 Touchbar (Gogo)
Errors:
- NVM is not compatible with the npm config "prefix" option warning (OS X)
- happens inside tmux after setting/running nvm use in tmuxinator
Google results/suggestions:
- https://github.com/nvm-sh/nvm/issues/1245#
- update tmux conf
# set default shell to zsh
set -g default-command /bin/zsh
set -g default-shell /bin/zsh
Result:
- setting tmux conf with the suggested above doesn't work
August 6, 2019
--------------
Environment:
- Mac Mini 2012
Errors:
$ tmux
dyld: Library not loaded: /usr/local/lib/libevent-2.0.5.dylib
Referenced from: /usr/local/bin/tmux
Reason: image not found
Cause:
- Latest update from OS X
- unsure what updates were installed
- checking current version of OS X, it show `10.14.6`
Solution:
- https://apple.stackexchange.com/questions/127186/installing-tmux-but-getting-dyld-library-not-loaded-referenced-from-usr
- accepted answers didn't work for me
- What worked is this:
- ln -s libevent-2.1.7.dylib libevent-2.1.6.dylib