Why is it that when including dependencies in package.json such as
"dependencies": { "nodemailer": "*" }
and running
npm install
doesn't install the package but doing
npm install nodemailer
is ok?
No comments:
Post a Comment