You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, so the issue is that it cannot rename cross-device (I have separate partitions for root / and /home). For now a workaround suggested by @shanejonas worked for me: export TMP=/home/phyro/tmp; npm install -g https://github.com/ETCDEVTeam/emerald.git
Seems like some packages read from TMP env variable and use this for the directory if it is defined
NOTE: for anyone having this issue, unless you put this in your .bashrc or equivalent, you'll have to run export TMP=/home/phyro/tmp before using some of the commands eg. emerald new
I think this came with the
tmp
copying in thenew
command.If I try doing it with
sudo
it's trying to use the/usr/bin/node
and it failsThe text was updated successfully, but these errors were encountered: