Answer the question
In order to leave comments, you need to log in
Which of these npm dependencies are redundant?
Good day.
Somehow I was engaged in layout for a long time and installed node - npm - gulp . but then the whole thing fell apart.
Now I started developing on vue and decided to install webpack for myself, and, in general, set up my environment, but I ran into such a dilemma. I decided to demolish everything superfluous and, so to speak, put the environment under a clean one.
I wrote npm version , and then I was given a bunch of libraries that I didn't even install.
# npm version
{ rrr: '1.0.0',
npm: '6.4.1',
ares: '1.14.0',
cldr: '33.1',
http_parser: '2.8.0',
icu: '62.1',
modules: '64',
napi: '3',
nghttp2: '1.33.0',
node: '10.11.0',
openssl: '1.1.0i',
tz: '2018e',
unicode: '11.0',
uv: '1.23.0',
v8: '6.8.275.32-node.28',
zlib: '1.2.11' }
Answer the question
In order to leave comments, you need to log in
I see rrr for the first time, and the rest goes by default with nodejs.
Here it is in an empty docker container from the default "node" image:
[email protected]:/# npm version
{ npm: '6.4.1',
ares: '1.14.0',
cldr: '33.1',
http_parser: '2.8.0',
icu: '62.1',
modules: '64',
napi: '3',
nghttp2: '1.33.0',
node: '10.11.0',
openssl: '1.1.0i',
tz: '2018e',
unicode: '11.0',
uv: '1.23.0',
v8: '6.8.275.32-node.28',
zlib: '1.2.11' }
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question