answer gulp-util [closed]

0

git bash returns the following message, what does it mean?

$ npm ls gulp-util
[email protected] C:\Users\infante
'-- [email protected]
  '-- [email protected]
    
asked by Dev.Alejo 08.04.2018 в 23:27
source

1 answer

1

$ 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

    
answered by 09.04.2018 в 02:07