This repository was archived by the owner on Nov 2, 2024. It is now read-only.
NPM install error #2188
Replies: 2 comments 9 replies
-
Are you using the Proxmox shell or SSH? |
Beta Was this translation helpful? Give feedback.
4 replies
-
OK @tteck -- at the console. same errors. both if I just do "default" as well as my custom changes for advanced. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Gets to this point and fails.
Installing Node.js...+ bash /dev/fd/63
++ curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh
=> Downloading nvm from git to '/root/.nvm'
=> Cloning into '/root/.nvm'...
remote: Enumerating objects: 366, done.
remote: Counting objects: 100% (366/366), done.
remote: Compressing objects: 100% (315/315), done.
remote: Total 366 (delta 43), reused 163 (delta 25), pack-reused 0
Receiving objects: 100% (366/366), 365.79 KiB | 2.09 MiB/s, done.
Resolving deltas: 100% (43/43), done.
master
=> Compressing and cleaning up git repository
=> Appending nvm source string to /root/.profile
=> bash_completion source string already in /root/.profile
=> Close and reopen your terminal to start using nvm or run the following to use it now:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
bash: line 59: nvm: command not found
++ error_handler 59 '$STD nvm install 16.20.1'
++ local exit_code=127
++ local line_number=59
++ local 'command=$STD nvm install 16.20.1'
++ local 'error_message=\033[01;31m[ERROR]\033[m in line \033[01;31m59\033[m: exit code \033[01;31m127\033[m: while executing command \033[33m$STD nvm install 16.20.1\033[m'
++ echo -e '\n\033[01;31m[ERROR]\033[m in line \033[01;31m59\033[m: exit code \033[01;31m127\033[m: while executing command \033[33m$STD nvm install 16.20.1\033[m'
[ERROR] in line 59: exit code 127: while executing command $STD nvm install 16.20.1
++ [[ 59 -eq 24 ]]
Not sure where to proceed.
Beta Was this translation helpful? Give feedback.
All reactions