dalai
dalai copied to clipboard
Cannot read properties of undefined (reading 'home') on mac
Need to install the following packages: [email protected] Ok to proceed? (y) y mkdir /Users/pan/dalai { method: 'install', callparams: [ '7B' ] } ERROR TypeError: Cannot read properties of undefined (reading 'home') at Dalai.install (/Users/pan/.npm/_npx/3c737cbb02d79cc9/node_modules/dalai/index.js:337:43)
Same here
I got this error as well and realized it was caused by a typo. I was running npx dalai llam install 30B
; worked fine after fixing it to llama
.
Even if that's not the case here, this should help make what's going on a bit clearer https://github.com/cocktailpeanut/dalai/pull/457