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
nvm --version: v0.35.0
$SHELL: /bin/bash
$SHLVL: 1
${HOME}: /home/kolorafa
${NVM_DIR}: '${HOME}/.nvm'${PATH}: ${NVM_DIR}/versions/node/v8.17.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-sdk/tools:/opt/android-sdk/tools/bin:/opt/COMODO:/opt/cuda/bin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/lib32/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin:/opt/xtensa-lx106-elf-gcc/bin:${HOME}/.cargo/bin:${HOME}/.local/bin
$PREFIX: ''${NPM_CONFIG_PREFIX}: ''$NVM_NODEJS_ORG_MIRROR: ''$NVM_IOJS_ORG_MIRROR: ''
shell version: 'GNU bash, wersja 5.0.17(1)-release (x86_64-pc-linux-gnu)'
uname -a: 'Linux 5.7.2-arch1-1 #1 SMP PREEMPT Wed, 10 Jun 2020 20:36:24 +0000 x86_64 GNU/Linux'
OS version: Antergos Linux ()
curl: curl jest /usr/bin/curl, curl 7.70.0 (x86_64-pc-linux-gnu) libcurl/7.70.0 OpenSSL/1.1.1g zlib/1.2.11 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh2/1.9.0 nghttp2/1.41.0
wget: wget jest /usr/bin/wget, GNU Wget 1.20.3 zbudowany na systemie linux-gnu.
ls: nie ma dostępu do'git': Nie ma takiego pliku ani katalogu
git: git jest /usr/bin/git, git version 2.27.0
ls: nie ma dostępu do'grep': Nie ma takiego pliku ani katalogu
grep: grep jest aliasem do grep --colour=auto', grep (GNU grep) 3.4ls: nie ma dostępu do 'awk': Nie ma takiego pliku ani kataloguawk: awk jest /usr/bin/awk, GNU Awk 5.1.0, API: 3.0 (GNU MPFR 4.0.2, GNU MP 6.2.0)ls: nie ma dostępu do 'sed': Nie ma takiego pliku ani katalogused: sed jest /usr/bin/sed, sed (GNU sed) 4.8ls: nie ma dostępu do 'cut': Nie ma takiego pliku ani katalogucut: cut jest /usr/bin/cut, cut (GNU coreutils) 8.32ls: nie ma dostępu do 'basename': Nie ma takiego pliku ani katalogubasename: basename jest /usr/bin/basename, basename (GNU coreutils) 8.32ls: nie ma dostępu do 'rm': Nie ma takiego pliku ani katalogurm: rm jest /usr/bin/rm, rm (GNU coreutils) 8.32ls: nie ma dostępu do 'mkdir': Nie ma takiego pliku ani katalogumkdir: mkdir jest /usr/bin/mkdir, mkdir (GNU coreutils) 8.32ls: nie ma dostępu do 'xargs': Nie ma takiego pliku ani kataloguxargs: xargs jest /usr/bin/xargs, xargs (GNU findutils) 4.7.0nvm current: v8.17.0which node: ${NVM_DIR}/versions/node/v8.17.0/bin/nodewhich iojs: which: no iojs in (${NVM_DIR}/versions/node/v8.17.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/android-sdk/tools:/opt/android-sdk/tools/bin:/opt/COMODO:/opt/cuda/bin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/lib32/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin:/opt/xtensa-lx106-elf-gcc/bin:${HOME}/.cargo/bin:${HOME}/.local/bin)which npm: ${NVM_DIR}/versions/node/v8.17.0/bin/npmnpm config get prefix: ${NVM_DIR}/versions/node/v8.17.0npm root -g: ${NVM_DIR}/versions/node/v8.17.0/lib/node_modules
Terminal opened but bash didn't show for 20s (when HD was slowed down by copy)
While HD moderatly used - bash show in 1-2s ( https://youtu.be/Ie4Nnml55-g )
While HD was very busy and terminal load in 20s, i used different already open terminal and while doing ps i found that it's stuck at "npm" command:
This is known; nvm use invokes npm config get prefix, which is slow for some users.
At the moment, the workaround is to nvm unalias default, or add --no-use to the sourcing line in your profile files, and then to manually nvm use as needed.
Operating system and version:
nvm debug
output:nvm ls
output:How did you install
nvm
?Arch - nvm AUR
What steps did you perform?
Open new gnome terminal by shortcut
What happened?
Terminal opened but bash didn't show for 20s (when HD was slowed down by copy)
While HD moderatly used - bash show in 1-2s ( https://youtu.be/Ie4Nnml55-g )
While HD was very busy and terminal load in 20s, i used different already open terminal and while doing ps i found that it's stuck at "npm" command:
What did you expect to happen?
NVM loads without slowing down anything ;)
Is there anything in any of your profile files that modifies the
PATH
?Don't think anything related
The text was updated successfully, but these errors were encountered: