We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702775d commit f3e6b73Copy full SHA for f3e6b73
pwsh/functions.ps1
@@ -288,7 +288,8 @@ function npl {
288
# Print list of global NPM dependencies
289
function nplg {
290
# Print-Green-Underline "Global NPM Dependencies:"
291
- Write-Output "`n Global NPM Dependencies: `n"
+ # Write-Output "`n Global NPM Dependencies: `n"
292
+ Write-BoldGreen "Local NPM Packages"
293
npm list --global --depth=0
294
}
295
0 commit comments