Commit 83765bf3 authored by Fabián Ríos's avatar Fabián Ríos Committed by Robby Russell
Browse files

missing listing and versions (#5341)

versions is missing list is missing
parent cb60cfc7
...@@ -32,6 +32,12 @@ alias npmE='PATH="$(npm bin)":"$PATH"' ...@@ -32,6 +32,12 @@ alias npmE='PATH="$(npm bin)":"$PATH"'
# Check which npm modules are outdated # Check which npm modules are outdated
alias npmO="npm outdated" alias npmO="npm outdated"
# Check package versions
alias npmV="npm -v"
# List packages
alias npmL="npm list"
# Run npm start # Run npm start
alias npmst="npm start" alias npmst="npm start"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment