79478436

Date: 2025-03-01 23:45:55
Score: 5
Natty: 4.5
Report link

@Azevedo are you looking for something like this:

jq -r '.dependencies | keys[] as $k | "\($k)@\(.[$k])"' < ~/package.json  | xargs npm install -g 

?

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Azevedo
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Wes Dean