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
root@ip-172-31-91-222:~# npm i -g @treehouses/cli
npm ERR! code 1
npm ERR! path /usr/lib/node_modules/@treehouses/cli
npm ERR! command failed
npm ERR! command sh -c if [ $(id -u) = 0 ]; then ln -srf _treehouses /etc/bash_completion.d/_treehouses; fi && exit 0
npm ERR! ln: failed to create symbolic link '/etc/bash_completion.d/_treehouses': No such file or directory
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2023-04-12T22_13_04_366Z-debug-0.log
root@ip-172-31-91-222:~# ls /etc/bash
bash.bashrc bash_completion
root@ip-172-31-91-222:~# mkdir -p /etc/bash_completion.d
root@ip-172-31-91-222:~# npm i -g @treehouses/cli
added 1 package in 462ms
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: