Hakob Arshakyan
Hakob Arshakyan

Reputation: 3

difference between npm init and npm init --yes

I am new at node.js and don't quite understand what's the difference between npm init and npm init --yes.

Could you help me out? Thanks.

Upvotes: 0

Views: 424

Answers (1)

Frosty126
Frosty126

Reputation: 28

--yes means that any prompts will automatically be responded to as yes

Upvotes: 0

Related Questions