mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-09 08:09:19 +00:00
Ensure that nvm ls node
doesn't return "node_modules", for example.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ../../../nvm.sh
|
||||
|
||||
nvm ls node
|
||||
[ "$?" = "3" ]
|
||||
|
Reference in New Issue
Block a user