I can`t install installDepsUnattended.sh...
See original GitHub issueI tried run installDepsUnattended.sh but I got an error.
debian gnu/linux 10 (buster) Installing nvm... => nvm is already installed in /home/wnsxor07/.nvm, trying to update using git => => Source string already in /home/wnsxor07/.bashrc => You currently have modules installed globally with
npm. These will no => longer be linked to the active version of Node when you install a new node => with
nvm; and they may (depending on how you construct your
$PATH) => override the binaries of modules installed with
nvm: /home/wnsxor07/.nvm/versions/node/v10.21.0/lib ├── graceful-fs@4.2.8 => If you wish to uninstall them at a later point (or re-install them under your =>
nvm Nodes), you can remove them from the system Node as follows: $ nvm use system $ npm uninstall -g a_module => Close and reopen your terminal to start using nvm Installing node v10.21.0... v10.21.0 is already installed. Now using node v10.21.0 (npm v6.14.4) Now using node v10.21.0 (npm v6.14.4) scripts/installDepsUnattended.sh: line 89: install_mediadeps: command not found
How can I install mediadeps…?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top GitHub Comments
Hi, install_mediadeps is a function defined in
installUbuntuDeps.sh
orinstallCentOSDeps.sh
. So I guess neither of them are correctly loaded?glibc-2.18 should be installed. Please refer to install_glibc for CentOS.