I just installed Gulp with the following commands:
npm install --global gulp
and
npm install
Everything works fine, except that the node_modules folder is now filled with modules that I have never heard of. All online Gulp tutorials show only the Gulp module in this folder. For me, this is the following:
node_modules folder
Question:
Is it normal for the node_modules folder to have these modules?
Thank you in advance
What tried:
Gulp / node / npm update
Versions:
gulp -v:
[13:45:13] CLI version 3.9.0
[13:45:13] Local version 3.9.0
npm -v: 3.3.9
node -v: v5.0.0
command-line npm gulp
Semm d
source share