git bash
returns the following message, what does it mean?
$ npm ls gulp-util
[email protected] C:\Users\infante
'-- [email protected]
'-- [email protected]
git bash
returns the following message, what does it mean?
$ npm ls gulp-util
[email protected] C:\Users\infante
'-- [email protected]
'-- [email protected]
$ npm ls gulp-util
means:
n or p ackage m anager l i s tame the versions and dependencies of the module gulp-util
and the answer is:
you have version 3.0.8 of gulp-util
that depends on the module gulp-install
whose version is 1.1.0 and all this is managed by the version 1.0.0
of npm from the folder C:\Users\infante